Skip to content

Instantly share code, notes, and snippets.

@claytantor
Created October 27, 2016 22:34
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 claytantor/6b8543625452eaf173898ce82fd2d036 to your computer and use it in GitHub Desktop.
Save claytantor/6b8543625452eaf173898ce82fd2d036 to your computer and use it in GitHub Desktop.
how to set a osx shell to run docker
#!/bin/bash
export DOCKER_HOST=tcp://192.168.99.101:2376
export DOCKER_CERT_PATH=/Users/claytongraham/.docker/machine/machines/default
export DOCKER_TLS_VERIFY=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment