Sign inSign up

vicgonco/apache2

By vicgonco

Updated about 10 years ago

Basic Apache2 on top of official debian:jessie image.

Image
0

649

vicgonco/apache2 repository overview

apache2

Basic Apache2 on top of official debian:jessie image.

Automated builds

Running

Run detached, exposing port 80 and mounting a custom sites-enabled directory:

docker run -d -p 80:80 -v /path/to/sites-enabled:/etc/apache2/sites-enabled --name=apache2 apache2

Get a minimal sites-enabled directory to start with.

Other builds

Tag summary

Content type

Image

Digest

Size

66.8 MB

Last updated

about 10 years ago

docker pull vicgonco/apache2