Delete the hyperlink of docker-env command.

pull/1761/head
William Chang 2017-07-27 14:03:23 +08:00
parent 2fd3557bfa
commit 1208f5fcd9
1 changed files with 1 additions and 1 deletions

View File

@ -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)