Skip to content

Commit

Permalink
[DOCS:CI] 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 committed Jan 30, 2023
1 parent 323b515 commit 2917a56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/markdown/podman-events.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ Show all events created until the given timestamp
The *since* and *until* values can be RFC3339Nano time stamps or a Go duration string such as 10m, 5h. If no
*since* or *until* values are provided, only new events will be shown.

#### Verbose container-create event

Setting `events_container_create_inspect_data=true` in containers.conf(5) instruct 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`.

## EXAMPLES

Showing Podman events
Expand Down

0 comments on commit 2917a56

Please sign in to comment.