Skip to content

Instantly share code, notes, and snippets.

@onewheelskyward
Created September 29, 2015 19:20
Show Gist options
  • Save onewheelskyward/9f982ad403533962f28e to your computer and use it in GitHub Desktop.
Save onewheelskyward/9f982ad403533962f28e to your computer and use it in GitHub Desktop.
docker-machine env dev
set -x DOCKER_TLS_VERIFY "1";
set -x DOCKER_HOST "tcp://192.168.99.100:2376";
set -x DOCKER_CERT_PATH "/Users/akreps/.docker/machine/machines/dev";
set -x DOCKER_MACHINE_NAME "dev";
# Run this command to configure your shell:
# eval (docker-machine env dev)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment