mirror of https://github.com/containers/podman.git
Merge pull request #8774 from cevich/events_file_docs
[CI:DOCS] Document location of backend events file
This commit is contained in:
commit
b41fa90a4c
|
@ -44,7 +44,9 @@ Path of the conmon binary (Default path is configured in `containers.conf`)
|
||||||
|
|
||||||
#### **--events-backend**=*type*
|
#### **--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**
|
#### **--help**, **-h**
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue