Skip to content

Instantly share code, notes, and snippets.

@FintanK
Last active April 12, 2016 15:23
Show Gist options
  • Save FintanK/5273e85feabec9ef38f0e39c058384c9 to your computer and use it in GitHub Desktop.
Save FintanK/5273e85feabec9ef38f0e39c058384c9 to your computer and use it in GitHub Desktop.
Create a docker machine
docker-machine create --driver virtualbox dev
export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://192.168.99.101:2376"
export DOCKER_CERT_PATH="/Users/fintankearney/.docker/machine/machines/dev"
export DOCKER_MACHINE_NAME="dev"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment