mirror of https://github.com/containers/podman.git
Document location of backend events file
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
parent
f56865879c
commit
ea6c1c5bd0
|
@ -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**
|
||||
|
||||
|
|
Loading…
Reference in New Issue