Update hello-minikube.md

- Proposing a different way to run curl without proxy, without touching current environment
 - There's a formatting problem and the whole thing is being displayed in a single line

    ![screenshot](http://imgur.com/download/nfk02hd)
This commit is contained in:
Andres Villarroel
2017-02-07 09:30:13 -08:00
committed by mengyuan
parent fd3b6e66d8
commit da2ebff417
@@ -74,10 +74,9 @@ chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
```
Determine whether you can access sites like [https://cloud.google.com/container-registry/](https://cloud.google.com/container-registry/) directly without a proxy, by opening a new terminal and using
```shell
export http_proxy=""
export https_proxy=""
curl https://cloud.google.com/container-registry/
curl --proxy "" https://cloud.google.com/container-registry/
```
If NO proxy is required, start the Minikube cluster: