Skip to content

Instantly share code, notes, and snippets.

@GingerBear
Created April 21, 2016 14:49
Show Gist options
  • Save GingerBear/2c80d82720c67cef9d66f7026ee92700 to your computer and use it in GitHub Desktop.
Save GingerBear/2c80d82720c67cef9d66f7026ee92700 to your computer and use it in GitHub Desktop.
start local docker for php
docker run -d -p 80:80 -p 8880:8880 -p 443:443 -i -v '/Users/guanxiongding/Projects:/var/www' -t cores_dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment