Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dylanroy
Last active May 5, 2016 18:35
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 dylanroy/5365f7419ef2b207b2890086c2be9e39 to your computer and use it in GitHub Desktop.
Save dylanroy/5365f7419ef2b207b2890086c2be9e39 to your computer and use it in GitHub Desktop.
docker-machine create -d virtualbox dev
eval $(docker-machine env dev)
docker-machine ls
docker-compose build
docker-compose up -d
echo `docker-machine ip dev`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment