Update docker.md
parent
fc1496c977
commit
e63627252d
|
@ -19,8 +19,6 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta
|
|||
|
||||
## Known Issues
|
||||
|
||||
- On macOS, containers might get hung and require a restart of Docker for Desktop. See [docker/for-mac#1835](https://github.com/docker/for-mac/issues/1835)
|
||||
|
||||
- The `ingress`, `ingress-dns` and `registry` addons are currently only supported on Linux. See [#7332](https://github.com/kubernetes/minikube/issues/7332) and [#7535](https://github.com/kubernetes/minikube/issues/7535)
|
||||
|
||||
- On WSL2 (experimental - see [#5392](https://github.com/kubernetes/minikube/issues/5392)), you may need to run:
|
||||
|
@ -33,5 +31,4 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta
|
|||
|
||||
## Troubleshooting
|
||||
|
||||
- On macOS or Windows, you may need to restart Docker for Desktop if a command gets hung
|
||||
- Run `--alsologtostderr -v=1` for extra debugging information
|
||||
|
|
Loading…
Reference in New Issue