Skip to content

Instantly share code, notes, and snippets.

@antydemant
Last active February 25, 2018 12:52
Show Gist options
  • Save antydemant/72cf4e2ed7dd0561fbb245acabbc49ec to your computer and use it in GitHub Desktop.
Save antydemant/72cf4e2ed7dd0561fbb245acabbc49ec to your computer and use it in GitHub Desktop.
Run PHP with Apache within Docker container without creating Dockerfile "Hot Start Docker Container"
docker run -td -p 80:80 --name "Your container name" -v "$PWD":/var/www/html php:7.2.2-apache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment