Merge pull request #2375 from kubernetes/chenopis-patch-13

reimplement PRs to fix tech typo
pull/2376/head^2
Andrew Chen 2017-01-27 14:54:15 -08:00 committed by GitHub
commit 2662a4a20e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ eval $(minikube docker-env)
```
**Note:** Later, when you no longer wish to use the Minikube host, you can undo
this change by running `eval $(minikube docker-env) -u`.
this change by running `eval $(minikube docker-env -u)`.
Build your Docker image, using the Minikube Docker daemon: