From 0a07674d6b3bdd40e29a7de605392e9f8482c67d Mon Sep 17 00:00:00 2001 From: Fabio Guarini Date: Thu, 30 Jun 2022 22:18:16 -0400 Subject: [PATCH] doc: fix typo Removed unnecessary 'and' --- engine/security/rootless.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/security/rootless.md b/engine/security/rootless.md index e52c33d714..fa1ee0b327 100644 --- a/engine/security/rootless.md +++ b/engine/security/rootless.md @@ -132,7 +132,7 @@ testuser:231072:65536 - Exposing SCTP ports - To use the `ping` command, see [Routing ping packets](#routing-ping-packets). - To expose privileged TCP/UDP ports (< 1024), see [Exposing privileged ports](#exposing-privileged-ports). -- `IPAddress` shown in `docker inspect` and is namespaced inside RootlessKit's network namespace. +- `IPAddress` shown in `docker inspect` 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. This limitation is not specific to rootless mode.