diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-04-19 15:39:23 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-04-19 16:30:26 -0400 |
commit | a2077e5eae271ec7a5288a5e72f30e96ee4df45b (patch) | |
tree | f6145a04cbb1e4cb1c70259a3c1d5ec9235b3e00 /docs/source | |
parent | 712c3bb226a84c8a5593d62648975611cea7839d (diff) | |
download | podman-a2077e5eae271ec7a5288a5e72f30e96ee4df45b.tar.gz podman-a2077e5eae271ec7a5288a5e72f30e96ee4df45b.tar.bz2 podman-a2077e5eae271ec7a5288a5e72f30e96ee4df45b.zip |
Add missing events to podman-events man page
[NO NEW TESTS NEEDED]
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-events.1.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-events.1.md b/docs/source/markdown/podman-events.1.md index 741aca3a5..5d5199e66 100644 --- a/docs/source/markdown/podman-events.1.md +++ b/docs/source/markdown/podman-events.1.md @@ -22,8 +22,12 @@ The *container* event type will report the follow statuses: * checkpoint * cleanup * commit + * connect * create + * disconnect * exec + * exec_died + * exited * export * import * init @@ -32,6 +36,7 @@ The *container* event type will report the follow statuses: * pause * prune * remove + * rename * restart * restore * start @@ -50,12 +55,14 @@ The *pod* event type will report the follow statuses: * unpause The *image* event type will report the following statuses: - * prune + * loadFromArchive, + * mount * pull * push * remove * save * tag + * unmount * untag The *system* type will report the following statuses: |