diff options
author | Chris Evich <cevich@redhat.com> | 2020-12-18 09:37:10 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-12-18 16:18:27 -0500 |
commit | ea6c1c5bd08eeae666ab3931c245fcda1f03267d (patch) | |
tree | 49e627e3d4c74e426ece23b4e170e8143104043f /docs/source | |
parent | f56865879ccffeddce3b9e36f585fe67c37591d5 (diff) | |
download | podman-ea6c1c5bd08eeae666ab3931c245fcda1f03267d.tar.gz podman-ea6c1c5bd08eeae666ab3931c245fcda1f03267d.tar.bz2 podman-ea6c1c5bd08eeae666ab3931c245fcda1f03267d.zip |
Document location of backend events file
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman.1.md b/docs/source/markdown/podman.1.md index 7da01d389..79862b4d9 100644 --- a/docs/source/markdown/podman.1.md +++ b/docs/source/markdown/podman.1.md @@ -44,7 +44,9 @@ Path of the conmon binary (Default path is configured in `containers.conf`) #### **--events-backend**=*type* -Backend to use for storing events. Allowed values are **file**, **journald**, and **none**. +Backend to use for storing events. Allowed values are **file**, **journald**, and +**none**. When *file* is specified, the events are stored under a subdirectory +of the *tmpdir* location (see **--tmpdir** below). #### **--help**, **-h** |