From c593e49701b3a4bb48050f3d8829f2fe6ac457ef Mon Sep 17 00:00:00 2001 From: baude Date: Wed, 21 Oct 2020 11:59:35 -0500 Subject: 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 --- docs/source/markdown/podman-events.1.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/source/markdown/podman-events.1.md') diff --git a/docs/source/markdown/podman-events.1.md b/docs/source/markdown/podman-events.1.md index 0d91cdf17..d0bc3cef8 100644 --- a/docs/source/markdown/podman-events.1.md +++ b/docs/source/markdown/podman-events.1.md @@ -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) -- cgit v1.2.3-54-g00ecf