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>
This commit is contained in:
parent
dad946b66d
commit
85e8c1c9a7
|
@ -98,8 +98,10 @@ ID NAME MEM USAGE / LIMIT
|
||||||
6eae9e25a564 clever_bassi 3.031MB / 16.7GB
|
6eae9e25a564 clever_bassi 3.031MB / 16.7GB
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: When using a slirp4netns network, the traffic send via the port forwarding will be accounted
|
Note: When using a slirp4netns network with the rootlesskit port
|
||||||
to the `lo` device. Traffic accounted to `lo` is not accounted in the stats output.
|
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
|
## SEE ALSO
|
||||||
|
|
Loading…
Reference in New Issue