mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Add network filter for podman ps and pod ps
Allow to filter on the network name or full id. For pod ps it will filter on the infra container networks. Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
@ -93,6 +93,7 @@ Valid filters are listed below:
|
||||
| name | [Name] Pod's name (accepts regex) |
|
||||
| label | [Key] or [Key=Value] Label assigned to a container |
|
||||
| status | Pod's status: `stopped`, `running`, `paused`, `exited`, `dead`, `created`, `degraded` |
|
||||
| network | [Network] name or full ID of network |
|
||||
| ctr-names | Container name within the pod (accepts regex) |
|
||||
| ctr-ids | Container ID within the pod (accepts regex) |
|
||||
| ctr-status | Container status within the pod |
|
||||
|
Reference in New Issue
Block a user