Rephrase the sentence
Rephrase the `use the below way` to use `the following method`
This commit is contained in:
parent
ae656cc452
commit
48af43f282
|
|
@ -82,7 +82,7 @@ If NO proxy is required, start the Minikube cluster:
|
||||||
```shell
|
```shell
|
||||||
minikube start --vm-driver=xhyve
|
minikube start --vm-driver=xhyve
|
||||||
```
|
```
|
||||||
If a proxy server is required, use below way to start Minikube cluster with proxy setting:
|
If a proxy server is required, use the following method to start Minikube cluster with proxy setting:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
minikube start --vm-driver=xhyve --docker-env HTTP_PROXY=http://your-http-proxy-host:your-http-proxy-port --docker-env HTTPS_PROXY=http(s)://your-https-proxy-host:your-https-proxy-port
|
minikube start --vm-driver=xhyve --docker-env HTTP_PROXY=http://your-http-proxy-host:your-http-proxy-port --docker-env HTTPS_PROXY=http(s)://your-https-proxy-host:your-https-proxy-port
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue