Apache Web Server (httpd) Docker image on CentOS 7.x with SystemD
10K+
How to run a container with httpd:
docker run \
-d \
-p 80:80 \
--name=myhttpd \
--privileged \
-v /sys/fs/cgroup:/sys/fs/cgroup:ro \
giabar/c7sysd-httpd
Open your browser and go to http://localhost
Content type
Image
Digest
Size
98 MB
Last updated
over 9 years ago
docker pull giabar/gb-c7sysd-httpd