mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
filter events by labels
adding the ability to filter evens by the container labels. this requires that container labels be added to the events data being recorded and subsequently read. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -86,6 +86,7 @@ filters are supported:
|
||||
* container=name_or_id
|
||||
* event=event_status (described above)
|
||||
* image=name_or_id
|
||||
* label=key=value
|
||||
* pod=name_or_id
|
||||
* volume=name_or_id
|
||||
* type=event_type (described above)
|
||||
|
Reference in New Issue
Block a user