Docker image with some httpd modules :
Add your Apache configuration files according to needs into :
docker run -d \
--name myHttpdContainer \
-e SERVERNAME=foo \
-e SERVERADMIN=admin@foo \
-p 80:80 \
-p 443:443 \
--volumes-from otherContainer \
flem/httpd
docker cp httpd-vhosts.conf myHttpdContainer:/usr/local/apache2/conf/extra/
docker cp 020-httpd-ssl-dokuwiki.conf myHttpdContainer:/usr/local/apache2/conf-enabled/
docker stop myHttpdContainer
docker start myHttpdContainer
Content type
Image
Digest
Size
63.7 MB
Last updated
over 9 years ago
docker pull flem/httpd