Search Docker Hub
httpd
By lrabbt
Docker image for simple apache's httpd server.
891
Provide docker image with apache's httpd server and a volume to work with the code.
In you terminal, run:
docker run -d -v /your/application/path:/usr/local/apache2/htdocs/ -p <Your Port>:80 lrabbt/httpd
Content type
Image
Digest
Size
65.8 MB
Last updated
about 8 years ago
docker pull lrabbt/httpd