diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-09-23 20:03:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-23 20:03:34 +0200 |
commit | a74dfdadd7cc02959c2a142658bedabdc4a607a3 (patch) | |
tree | 41a2cbb1d1b18e3faaf56f02731a53a7906dfdd7 /docs | |
parent | c0eff1a81c2718498aa8e75f7e45bfb688c91482 (diff) | |
parent | 72e0339364e00a899c87d2eb5ba6941628e69951 (diff) | |
download | podman-a74dfdadd7cc02959c2a142658bedabdc4a607a3.tar.gz podman-a74dfdadd7cc02959c2a142658bedabdc4a607a3.tar.bz2 podman-a74dfdadd7cc02959c2a142658bedabdc4a607a3.zip |
Merge pull request #4083 from mheon/document_system_events
Document the 'system' event types for 'podman events'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/podman-events.1.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/podman-events.1.md b/docs/podman-events.1.md index a5a715098..bb1923574 100644 --- a/docs/podman-events.1.md +++ b/docs/podman-events.1.md @@ -11,7 +11,9 @@ podman\-events - Monitor Podman events 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 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: * attach @@ -54,6 +56,10 @@ The *image* event type will report the following statuses: * tag * untag +The *system* type will report the following statuses: + * refresh + * renumber + The *volume* type will report the following statuses: * create * prune |