Update minikube.md

format the command line
This commit is contained in:
XsWack
2017-08-16 08:18:15 +08:00
committed by Andrew Chen
parent bfe4ac9f65
commit 693680a67b
+1
View File
@@ -101,6 +101,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:
```
docker ps
```