mirror of
https://github.com/containers/podman.git
synced 2025-12-04 20:28:40 +08:00
Add rootless network command to podman info
Useful to tell whether containers are being made with pasta or slirp4netns by default. Info is bloated enough already that I don't really have concerns about shoving more into it. Fixes #22172 Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
@@ -47,6 +47,7 @@ host.cgroupVersion | v[12]
|
||||
host.networkBackendInfo | .*dns.*package.*
|
||||
host.ociRuntime.path | $expr_path
|
||||
host.pasta | .*executable.*package.*
|
||||
host.rootlessNetworkCmd | pasta
|
||||
store.configFile | $expr_path
|
||||
store.graphDriverName | [a-z0-9]\\\+\\\$
|
||||
store.graphRoot | $expr_path
|
||||
|
||||
Reference in New Issue
Block a user