Created
April 25, 2017 00:55
-
-
Save everaldo/6dd6e3a00be19a7d443f8df023077f00 to your computer and use it in GitHub Desktop.
Minimal Setup Docker PHP
This file contains hidden or 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 -d -p 80:80 --name my-apache-php-app -v "$PWD":/var/www/html php:7.0-apache |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment