From c872894615ec398c2fdc17da5b048d2c7331e39e Mon Sep 17 00:00:00 2001 From: ByoungUk Lee Date: Tue, 28 Oct 2025 04:17:42 +0000 Subject: [PATCH] Fixes #27378 Missing network type in events document Signed-off-by: ByoungUk Lee --- docs/source/markdown/podman-events.1.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/markdown/podman-events.1.md b/docs/source/markdown/podman-events.1.md index 9eb898c93d..949c102db1 100644 --- a/docs/source/markdown/podman-events.1.md +++ b/docs/source/markdown/podman-events.1.md @@ -83,6 +83,12 @@ The *secret* type reports the following statuses: * create * remove + The *network* type reports the following statuses: + * create + * connect + * disconnect + * 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`.