Idea given from initial git hub project recommendation, turned into an apache container.
Blah Blah Blah...
Should be able to pull this repo, run two scripts,and have an apache container up and running.
Docker should be installed.
- run the build apache script
sudo ./build-apache.sh
- run the run apache script
sudo ./run-apache.sh
Can add a volume mount with in the run-apache.sh
script to get localized index.html to display
-v path/to/<index.html dir>:/var/www/html/
- Google'ing made this possible