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