Sign inSign up

nimmis/apache

By nimmis

Updated over 2 years ago

This is docker images of Ubuntu 14.04 LTS with apache2

Image
4

100K+

nimmis/apache repository overview

Apache2 on Ubuntu 14.04 LTS

This is docker images of Ubuntu LTS versions with apache2

To access site contents from utside the container you should map /var/www

Examples
  • plain, accessable on port 8080 docker run -d -p 8080:80 nimmis/apache
  • with external contents in /home/nimmis/html docker run -d -p 8080:80 -v /home/nimmis/html:/var/www/html nimmis/apache

The docker container is started with the -d flag so it will run in the background. To run commands or edit settings inside the container run `docker exec -ti /bin/bash'

TAGs

This image only contains the following LTS versions of Ubuntu, the versions are nimmis/apache: where tag is

TagUbuntu versionsize
latest16.04 LTS
16.0416.04 LTS
14.0414.04 LTS
12.0412.04 LTS

Tag summary

Content type

Image

Digest

sha256:a046efdec

Size

145.4 MB

Last updated

over 4 years ago

docker pull nimmis/apache