Merge pull request #9648 from bleggett/doc-no-rootless-userns

Bug #9607 - Document no support for userns-remap and rootless in Docker driver
pull/9719/head
Sharif Elgamal 2020-11-16 10:37:15 -08:00 committed by GitHub
commit b3d491b09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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