reimplement PRs to fix tech typo
This is to resolve the typo referenced for PRs #2127, #2312, and #2349reviewable/pr2375/r1
parent
981fe0ce2b
commit
49002b3d2e
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue