Skip to content

Instantly share code, notes, and snippets.

@steevehook
Created January 24, 2019 15:38
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 steevehook/6cb82ae7a64971a626638005c651a1ff to your computer and use it in GitHub Desktop.
Save steevehook/6cb82ae7a64971a626638005c651a1ff to your computer and use it in GitHub Desktop.
eval $(minikube docker-env)
# HERE IS WHAT HAPPENS:
# export DOCKER_TLS_VERIFY="1"
# export DOCKER_HOST="tcp://192.168.99.100:2376"
# export DOCKER_CERT_PATH="/Users/scirlig/.minikube/certs"
# export DOCKER_API_VERSION="1.35"
# Run this command to configure your shell:
# eval $(minikube docker-env)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment