CentOS 7 image with httpd installed and enabled
10K+
Meant to be used as an example image using the ravik694/c7-systemd base image.
Run an interactive bash terminal (From a full CentOS 7 VM) with:
$ docker run -ti -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /tmp/$(mktemp -d):/run -p 80:80 ravik694/c7-systemd-httpd /bin/bash
(httpd will be available on port 80.)
Content type
Image
Digest
Size
97.9 MB
Last updated
over 10 years ago
docker pull ravik694/c7-systemd-httpd