Skip to content

mikesplain/apache-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Apache Docker

This image simply provides an up-to-date ubuntu 14.04 install with apache working on port 80.

Config

You should mount your files via a volume or a wrapper Dockerfile to /var/www/html

To Run:

docker run -d -p 80:80 -v /path/to/html:/var/www/html mikesplain/apache

About

A simple apache container for docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages