Skip to content

Instantly share code, notes, and snippets.

@navicore
Last active December 19, 2015 16:58
Show Gist options
  • Select an option

  • Save navicore/3fbc8f9d7c0d7c04cb47 to your computer and use it in GitHub Desktop.

Select an option

Save navicore/3fbc8f9d7c0d7c04cb47 to your computer and use it in GitHub Desktop.
# 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