Uppercase first letter of the words (#5084)

This commit is contained in:
netroby
2017-08-23 07:52:50 +08:00
committed by Steve Perry
parent 10fc912b5b
commit 91be0526d3
+2 -2
View File
@@ -100,7 +100,7 @@ To be able to work with the docker daemon on your mac/linux host use the `docker
```
eval $(minikube docker-env)
```
you should now be able to use docker on the command line on your host mac/linux machine talking to the docker daemon inside the minikube VM:
You should now be able to use docker on the command line on your host mac/linux machine talking to the docker daemon inside the minikube VM:
```
docker ps
@@ -191,7 +191,7 @@ Minikube sets this context to default automatically, but if you need to switch b
`kubectl config use-context minikube`,
or pass the context on each command like this: `kubectl get pods --context=minikube`.
Or pass the context on each command like this: `kubectl get pods --context=minikube`.
### Dashboard