Skip to content

Instantly share code, notes, and snippets.

@wzhliang
Created January 9, 2019 00:45
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 wzhliang/34b94184c2cc74847d11c2c0c339f8f1 to your computer and use it in GitHub Desktop.
Save wzhliang/34b94184c2cc74847d11c2c0c339f8f1 to your computer and use it in GitHub Desktop.
Starting Minikube behind proxy on MacOS
minikube start --docker-env=http_proxy=http://192.168.1.6:2080 --docker-env=https_proxy=http://192.168.1.6:2080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment