Skip to content

Docker configuration for Ubuntu 14.04 LTS with apache2

Notifications You must be signed in to change notification settings

Cloudbric-Developers/docker-apache

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Tag Ubuntu version size
latest 16.04 LTS
16.04 16.04 LTS
14.04 14.04 LTS
12.04 12.04 LTS

About

Docker configuration for Ubuntu 14.04 LTS with apache2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 100.0%