Skip to content

Instantly share code, notes, and snippets.

@cjjavellana
Created November 10, 2015 09:39
Show Gist options
  • Save cjjavellana/4bdf1d212b516b02fccd to your computer and use it in GitHub Desktop.
Save cjjavellana/4bdf1d212b516b02fccd to your computer and use it in GitHub Desktop.
# Creating docker machine for dev environment
$ docker-machine create --driver virtualbox dev
# Lists all docker machines
$ docker-machine ls
# See how to connect to dev docker machine
$ docker-machine env dev
# Configure shell to connect to docker machine
$ eval "$(docker-machine env dev)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment