Plain and simple image with Apache httpd based on fedora:20
10K+
Plain and simple image with Apache httpd based on fedora:20
Build the image:
docker build --rm -t neroinc/fedora-apache .
Start a container with an interactive shell and port 80 published:
docker run -it -p 80:80 neroinc/fedora-apache /bin/bash
Invoke /bin/httpd-run on command line to launch Apache with a simple demo web page.
Content type
Image
Digest
sha256:6300bd2a0…
Size
94.6 MB
Last updated
almost 11 years ago
docker pull neroinc/fedora-apache