diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2022-02-01 20:16:19 +0100 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-02-03 14:58:34 -0500 |
commit | fb6fca806daa0c602fba0a383f09a55b55cb60ce (patch) | |
tree | ed7471bbc7bad84641ed699e8d710b71cb0f02a6 /docs | |
parent | cad6459b681dac94801ca63fac61eff1faf3626f (diff) | |
download | podman-fb6fca806daa0c602fba0a383f09a55b55cb60ce.tar.gz podman-fb6fca806daa0c602fba0a383f09a55b55cb60ce.tar.bz2 podman-fb6fca806daa0c602fba0a383f09a55b55cb60ce.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>
Diffstat (limited to 'docs')
-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 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 |