Skip to content

Instantly share code, notes, and snippets.

@leandromoreira
Created February 6, 2016 23:59
Embed
What would you like to do?
# we'll create a "machine" called dev on virtualbox
docker-machine create --driver virtualbox dev
# let's use this machine
eval "$(docker-machine env dev)"
# let's take note of our docker-ip
docker-machine ip dev
# let's run this app
docker-compose up
# now go to your browser and type ip :) it should show something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment