Correct proxy doc - docker-env equals formatting vars

pull/2501/head
JEREMY HERGAULT 2018-01-30 09:55:36 +01:00 committed by dlorenc
parent 30216a3b71
commit 25f7224b15
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ To do this, pass the required environment variables as flags during `minikube st
For example:
```shell
$ minikube start --docker-env HTTP_PROXY=http://$YOURPROXY:PORT \
--docker-env HTTPS_PROXY=https://$YOURPROXY:PORT
$ minikube start --docker-env=HTTP_PROXY=http://$YOURPROXY:PORT \
--docker-env=HTTPS_PROXY=https://$YOURPROXY:PORT
```
If your Virtual Machine address is 192.168.99.100, then chances are your proxy settings will prevent kubectl from directly reaching it.