From 5c94568e92efee9c375497dc2a812000174d8e8f Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 30 Jan 2023 08:58:35 +0100 Subject: [PATCH] podman-events: document verbose create events issues.redhat.com/browse/RHELBU-1918 is mentioning the podman-events man page which are lacking notes on the verbose create events added by commit 71f92d263c7f. Signed-off-by: Valentin Rothberg --- docs/source/markdown/podman-events.1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/markdown/podman-events.1.md b/docs/source/markdown/podman-events.1.md index dd40a48dbbd3..21a73001df52 100644 --- a/docs/source/markdown/podman-events.1.md +++ b/docs/source/markdown/podman-events.1.md @@ -77,6 +77,9 @@ The *volume* type will report the following statuses: * prune * remove +#### Verbose Create Events + +Setting `events_container_create_inspect_data=true` in containers.conf(5) instructs Podman to create more verbose container-create events which include a JSON payload with detailed information about the containers. The JSON payload is identical to the one of podman-container-inspect(1). The associated field in journald is named `PODMAN_CONTAINER_INSPECT_DATA`. ## OPTIONS