From 693680a67b43a18937766b7d24edb66d80d400ee Mon Sep 17 00:00:00 2001 From: XsWack Date: Wed, 16 Aug 2017 08:18:15 +0800 Subject: [PATCH] Update minikube.md format the command line --- docs/getting-started-guides/minikube.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 949acab21d..910914292a 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -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 ```