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