Sign inSign up

ravik694/c7-systemd-httpd

By ravik694

Updated over 10 years ago

CentOS 7 image with httpd installed and enabled

Image
0

10K+

ravik694/c7-systemd-httpd repository overview

Dockerfile

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.)

Tag summary

Content type

Image

Digest

Size

97.9 MB

Last updated

over 10 years ago

docker pull ravik694/c7-systemd-httpd