Sign inSign up

giabar/gb-c7sysd-httpd

By giabar

Updated over 9 years ago

Apache Web Server (httpd) Docker image on CentOS 7.x with SystemD

Image
0

10K+

giabar/gb-c7sysd-httpd repository overview

Apache Web Server (httpd) Docker image on CentOS 7.x with SystemD

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

Tag summary

Content type

Image

Digest

Size

98 MB

Last updated

over 9 years ago

docker pull giabar/gb-c7sysd-httpd