mirror of
https://github.com/containers/podman.git
synced 2025-10-18 19:53:58 +08:00
Document the 'system' event types for 'podman events'
Fixes: #4002 Signed-off-by: Matthew Heon <matthew.heon@pm.me>
This commit is contained in:
@ -11,7 +11,9 @@ podman\-events - Monitor Podman events
|
|||||||
Monitor and print events that occur in Podman. Each event will include a timestamp,
|
Monitor and print events that occur in Podman. Each event will include a timestamp,
|
||||||
a type, a status, name (if applicable), and image (if applicable). The default logging
|
a type, a status, name (if applicable), and image (if applicable). The default logging
|
||||||
mechanism is *journald*. This can be changed in libpod.conf by changing the `events_logger`
|
mechanism is *journald*. This can be changed in libpod.conf by changing the `events_logger`
|
||||||
value to `file`. Only `file` and `journald` are the accepted.
|
value to `file`. Only `file` and `journald` are accepted. A `none` logger is also
|
||||||
|
available but this logging mechanism completely disables events; nothing will be reported by
|
||||||
|
`podman events`.
|
||||||
|
|
||||||
The *container* event type will report the follow statuses:
|
The *container* event type will report the follow statuses:
|
||||||
* attach
|
* attach
|
||||||
@ -54,6 +56,10 @@ The *image* event type will report the following statuses:
|
|||||||
* tag
|
* tag
|
||||||
* untag
|
* untag
|
||||||
|
|
||||||
|
The *system* type will report the following statuses:
|
||||||
|
* refresh
|
||||||
|
* renumber
|
||||||
|
|
||||||
The *volume* type will report the following statuses:
|
The *volume* type will report the following statuses:
|
||||||
* create
|
* create
|
||||||
* prune
|
* prune
|
||||||
|
Reference in New Issue
Block a user