Skip to content

Instantly share code, notes, and snippets.

@everaldo
Created April 25, 2017 00:55
Show Gist options
  • Save everaldo/6dd6e3a00be19a7d443f8df023077f00 to your computer and use it in GitHub Desktop.
Save everaldo/6dd6e3a00be19a7d443f8df023077f00 to your computer and use it in GitHub Desktop.
Minimal Setup Docker PHP
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