diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-12-23 04:43:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 04:43:16 -0500 |
commit | b41fa90a4c86df7fc8f14e814925dc5a330ddcf5 (patch) | |
tree | 5c7b7881ab6f7a5707f197bbeb38afad19c8eea7 | |
parent | 767e1ac17fe093b1c1bf7525e95dd162c55a490a (diff) | |
parent | ea6c1c5bd08eeae666ab3931c245fcda1f03267d (diff) | |
download | podman-b41fa90a4c86df7fc8f14e814925dc5a330ddcf5.tar.gz podman-b41fa90a4c86df7fc8f14e814925dc5a330ddcf5.tar.bz2 podman-b41fa90a4c86df7fc8f14e814925dc5a330ddcf5.zip |
Merge pull request #8774 from cevich/events_file_docs
[CI:DOCS] Document location of backend events file
-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** |