mirror of https://github.com/containers/podman.git
[DOCS:CI] 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 71f92d263c
.
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
parent
323b5158d9
commit
8f2a40d814
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue