From 69aa6bb78046a2371dd1d6a16305f7d7a37a5682 Mon Sep 17 00:00:00 2001 From: Vikram Hosakote Date: Mon, 12 Feb 2018 17:59:52 -0500 Subject: [PATCH] Add doc about docker daemon in minikube tutorial (#7373) * Added doc about docker daemon * Addressed review comment * adding on explanatory language for the command --- docs/tutorials/stateless-application/hello-minikube.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/tutorials/stateless-application/hello-minikube.md b/docs/tutorials/stateless-application/hello-minikube.md index b2341396fc..b68fe8867d 100644 --- a/docs/tutorials/stateless-application/hello-minikube.md +++ b/docs/tutorials/stateless-application/hello-minikube.md @@ -76,6 +76,12 @@ Determine whether you can access sites like [https://cloud.google.com/container- curl --proxy "" https://cloud.google.com/container-registry/ ``` +Make sure that the Docker daemon is started. You can determine if docker is running by using a command such as: + +```shell +docker images +``` + If NO proxy is required, start the Minikube cluster: ```shell