Skip to content

Instantly share code, notes, and snippets.

@chihirokaasan
Last active July 24, 2017 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chihirokaasan/810c3d05d69ffefc39c2887606733ffb to your computer and use it in GitHub Desktop.
Save chihirokaasan/810c3d05d69ffefc39c2887606733ffb to your computer and use it in GitHub Desktop.
Docker run command
docker run -v /your-app-source-dir:/var/www/html --privileged -d -p 8000:80 --name your-php-container-name your-php-image /sbin/init -DFOREGROUND
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment