diff --git a/site/content/en/docs/drivers/docker.md b/site/content/en/docs/drivers/docker.md index 30e44230aabc7184e27084241aebe7b2a78350e7..5b59ee5b46125f2aa441d221a1bf7d86dbadde25 100644 --- a/site/content/en/docs/drivers/docker.md +++ b/site/content/en/docs/drivers/docker.md @@ -19,6 +19,10 @@ The Docker driver allows you to install Kubernetes into an existing Docker insta ## Known Issues +- The following Docker runtime security options are currently *unsupported and will not work* with the Docker driver (see [#9607](https://github.com/kubernetes/minikube/issues/9607)): + - [userns-remap](https://docs.docker.com/engine/security/userns-remap/) + - [rootless](https://docs.docker.com/engine/security/rootless/) + - Docker driver is not supported on non-amd64 architectures such as arm yet. For non-amd64 archs please use [other drivers]({{< ref "/docs/drivers/_index.md" >}}) - 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)