From 1208f5fcd97e5597afa892cb0055f55ba3353437 Mon Sep 17 00:00:00 2001 From: William Chang Date: Thu, 27 Jul 2017 14:03:23 +0800 Subject: [PATCH] Delete the hyperlink of docker-env command. --- docs/reusing_the_docker_daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reusing_the_docker_daemon.md b/docs/reusing_the_docker_daemon.md index ea2ccbc41d..9213442cc0 100644 --- a/docs/reusing_the_docker_daemon.md +++ b/docs/reusing_the_docker_daemon.md @@ -2,7 +2,7 @@ When using a single VM of kubernetes it's really handy to reuse the Docker daemon inside the VM; as this means you don't have to build on your host machine and push the image into a docker registry - you can just build inside the same docker daemon as minikube which speeds up local experiments. -To be able to work with the docker daemon on your mac/linux host use the [docker-env command](./docs/minikube_docker-env.md) in your shell: +To be able to work with the docker daemon on your mac/linux host use the docker-env command in your shell: ``` eval $(minikube docker-env)