This is docker images of Ubuntu 14.04 LTS with apache2
100K+
This is docker images of Ubuntu LTS versions with apache2
To access site contents from utside the container you should map /var/www
docker run -d -p 8080:80 nimmis/apachedocker run -d -p 8080:80 -v /home/nimmis/html:/var/www/html nimmis/apacheThe 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'
This image only contains the following LTS versions of Ubuntu, the versions are nimmis/apache: where tag is
Content type
Image
Digest
sha256:a046efdec…
Size
145.4 MB
Last updated
over 4 years ago
docker pull nimmis/apache