summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-02-02 10:41:27 -0500
committerGitHub <noreply@github.com>2022-02-02 10:41:27 -0500
commit56a1c76ad3c9e963dcb0928187c639ddeada9451 (patch)
treee5f32cd3edf7c1b087474ecce2ec5d895fd0a629
parentdc0dc6a557dc9da9f89bd93baae3732e02b9ba20 (diff)
parent85e8c1c9a751b6fba49e8caea859014f620ac710 (diff)
downloadpodman-56a1c76ad3c9e963dcb0928187c639ddeada9451.tar.gz
podman-56a1c76ad3c9e963dcb0928187c639ddeada9451.tar.bz2
podman-56a1c76ad3c9e963dcb0928187c639ddeada9451.zip
Merge pull request #13104 from giuseppe/fix-podman-stats-comment
[CI:DOCS] docs: clarify rootless net stats
-rw-r--r--docs/source/markdown/podman-stats.1.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-stats.1.md b/docs/source/markdown/podman-stats.1.md
index 765bdabee..a1a156b10 100644
--- a/docs/source/markdown/podman-stats.1.md
+++ b/docs/source/markdown/podman-stats.1.md
@@ -98,8 +98,10 @@ ID NAME MEM USAGE / LIMIT
6eae9e25a564 clever_bassi 3.031MB / 16.7GB
```
-Note: When using a slirp4netns network, the traffic send via the port forwarding will be accounted
-to the `lo` device. Traffic accounted to `lo` is not accounted in the stats output.
+Note: When using a slirp4netns network with the rootlesskit port
+handler, the traffic send via the port forwarding will be accounted to
+the `lo` device. Traffic accounted to `lo` is not accounted in the
+stats output.
## SEE ALSO