Sign inSign up

kcyeu/apache

By kcyeu

Updated about 11 years ago

Image
0

1.3K

kcyeu/apache repository overview

docker-apache

Dockerized Apache Web Server.

Usage

By default, persistent storage is set to /var/docker-data1/apache.

To run the container, do the following:

sudo docker run -d -p 80:80 --name apache kcyeu/apache

To mount a directory from your own host into a container.

sudo docker run -d -p 80:80 --name apache -v /var/docker-data1/apache:/var/docker-data1/apache kcyeu/apache

Tag summary

Content type

Image

Digest

sha256:4be30b45c

Size

154.9 MB

Last updated

about 11 years ago

docker pull kcyeu/apache