Merge pull request #9648 from bleggett/doc-no-rootless-userns
Bug #9607 - Document no support for userns-remap and rootless in Docker driverpull/9719/head
commit
b3d491b09a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue