Merge pull request #8774 from cevich/events_file_docs

[CI:DOCS] Document location of backend events file
This commit is contained in:
Daniel J Walsh 2020-12-23 04:43:16 -05:00 committed by GitHub
commit b41fa90a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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**