Last active
December 19, 2015 16:58
-
-
Save navicore/3fbc8f9d7c0d7c04cb47 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The next line updates PATH for the Google Cloud SDK. | |
| source '/Users/navicore/google-cloud-sdk/path.zsh.inc' | |
| # The next line enables shell command completion for gcloud. | |
| source '/Users/navicore/google-cloud-sdk/completion.zsh.inc' eval "$(docker-machine env docker)" | |
| export DOCKER_TLS_VERIFY="1" | |
| export DOCKER_HOST="tcp://192.168.98.100:2376" | |
| export DOCKER_CERT_PATH="/Users/navicore/.docker/machine/machines/docker" | |
| export DOCKER_MACHINE_NAME="docker" | |
| # Run this command to configure your shell: | |
| # eval "$(docker-machine env docker)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment