Created
July 4, 2018 06:12
-
-
Save asagajda/fa00b4b5d704daec0c5227de6f06cbf4 to your computer and use it in GitHub Desktop.
Run apache2 over current directory with static html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -dit --name my-apache-app -p 8080:80 -v "$PWD":/usr/local/apache2/htdocs/ httpd:2.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment