From 6649f59283483c8bf27a851a050f0b1dff4472fb Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Tue, 25 Oct 2016 18:41:49 -0600 Subject: [PATCH] Remove outdated notes The issue in question has been resolved. --- docs/getting-started-guides/minikube.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 020fc5e257..2362424440 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -136,7 +136,6 @@ Use the built-in Docker daemon with: eval $(minikube docker-env) ``` This command sets up the Docker environment variables so a Docker client can communicate with the minikube Docker daemon. -Minikube currently supports only docker version 1.11.1 on the server, which is what is supported by Kubernetes 1.3. With a newer docker version, you'll get this [issue](https://github.com/kubernetes/minikube/issues/338). ```shell docker ps