mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 00:15:44 +00:00
Fixes #27378 Missing network type in events document
Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
This commit is contained in:
parent
2883e95ae5
commit
c872894615
1 changed files with 6 additions and 0 deletions
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue