Skip to content

Instantly share code, notes, and snippets.

@volkstrader
Last active August 29, 2015 14:15
Show Gist options
  • Save volkstrader/5ae3bfdee77967619f12 to your computer and use it in GitHub Desktop.
Save volkstrader/5ae3bfdee77967619f12 to your computer and use it in GitHub Desktop.
Start webdev container
docker run -it --rm -v ~/sites/savewalnut/src:/src --name webdev --expose 9000 -p 80:9000 hcsoftech/webdev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment