Sign inSign up

giabar/gb-httpd-centos

By giabar

Updated almost 8 years ago

httpd docker image based on centos

Image
0

298

giabar/gb-httpd-centos repository overview

Apache Web Server Docker image

Docker image based on CentOS 7.5

Try online

You can try that online! Click the below button:

Try in PWD

Quick start:

docker run \
  -d \
  -p 8080:80 \
  giabar/gb-httpd-centos

Save data in a volume:

docker run \
  -d \
  -p 8080:80 \
  -v httpd:/var/www/html \
  giabar/gb-httpd-centos

Tag summary

Content type

Image

Digest

Size

158.6 MB

Last updated

almost 8 years ago

docker pull giabar/gb-httpd-centos