Skip to content

Commit

Permalink
podman-events: document verbose create events
Browse files Browse the repository at this point in the history
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 71f92d2.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
  • Loading branch information
vrothberg authored and openshift-cherrypick-robot committed Jan 30, 2023
1 parent 871c67c commit 5c94568
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/markdown/podman-events.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5c94568

Please sign in to comment.