httpdk is created from "httpd:2.4" image with custom files included
Execute with: docker run -d --network host zcomv2/httpdk:0.2
On 0.2 tag the files are http://localhost/www/
On 0.7 tag Is the same with Apache2 VirtualHosts (My html & css & jpg Backup with virtual host configuration in httpd-vhost.conf file)
On 0.8 tag is the same with filesystem.squashfs file for run with webboot-kormanes.iso live system hosted on sourceforge
Dockerfile of 0.7 tag:
FROM httpd:2.4
MAINTAINER zcomv2
COPY ./www /usr/local/apache2/htdocs/www
COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf
COPY ./httpd-vhosts.conf /usr/local/apache2/conf/extra/httpd-vhosts.conf
EXPOSE 80
Content type
Image
Digest
Size
48.5 MB
Last updated
over 7 years ago
docker pull zcomv2/httpdk:ssl