mirror of https://github.com/docker/docs.git
Merge pull request #13275 from seemethere/patch-3
Add note about NFS mounts for rootless data-root
This commit is contained in:
commit
fbea981604
|
@ -138,6 +138,7 @@ testuser:231072:65536
|
|||
- `IPAddress` shown in `docker inspect` and is namespaced inside RootlessKit's network namespace.
|
||||
This means the IP address is not reachable from the host without `nsenter`-ing into the network namespace.
|
||||
- Host network (`docker run --net=host`) is also namespaced inside RootlessKit.
|
||||
- NFS mounts as the docker "data-root" is not supported
|
||||
|
||||
## Install
|
||||
> **Note**
|
||||
|
|
Loading…
Reference in New Issue