diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2022-02-01 20:16:19 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2022-02-01 20:16:24 +0100 |
commit | 85e8c1c9a751b6fba49e8caea859014f620ac710 (patch) | |
tree | d3cea9ef99c350f01ab11b737e5d3dae6bd905c6 | |
parent | dad946b66dfca0879274233f02cfff238286ef51 (diff) | |
download | podman-85e8c1c9a751b6fba49e8caea859014f620ac710.tar.gz podman-85e8c1c9a751b6fba49e8caea859014f620ac710.tar.bz2 podman-85e8c1c9a751b6fba49e8caea859014f620ac710.zip |
docs: clarify rootless net stats
follow-up for https://github.com/containers/podman/pull/13101
[CI:DOCS]
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
-rw-r--r-- | docs/source/markdown/podman-stats.1.md | 6 |
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 e3ffc74ca..1b04c371e 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 |