Follow-up to #13275 ("Add note about NFS mounts for rootless data-root")

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2021-08-04 18:30:07 +09:00
parent fbea981604
commit 16284c47cb
No known key found for this signature in database
GPG Key ID: 49524C6F9F638F1A
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +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
- NFS mounts as the docker "data-root" is not supported. This limitation is not specific to rootless mode.
## Install
> **Note**