mirror of
https://github.com/containers/podman.git
synced 2025-12-16 20:47:47 +08:00
Improve --tmpdir and --events-backend docs
List the default paths to the event log file and the tmpdir option. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -43,8 +43,8 @@ Remote connections use local containers.conf for default.
|
|||||||
#### **--events-backend**=*type*
|
#### **--events-backend**=*type*
|
||||||
|
|
||||||
Backend to use for storing events. Allowed values are **file**, **journald**, and
|
Backend to use for storing events. Allowed values are **file**, **journald**, and
|
||||||
**none**. When *file* is specified, the events are stored under a subdirectory
|
**none**. When *file* is specified, the events are stored under
|
||||||
of the *tmpdir* location (see **--tmpdir** below).
|
`<tmpdir>/events/events.log` (see **--tmpdir** below).
|
||||||
|
|
||||||
#### **--help**, **-h**
|
#### **--help**, **-h**
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ On remote clients, including Mac and Windows (excluding WSL2) machines, logging
|
|||||||
|
|
||||||
#### **--tmpdir**
|
#### **--tmpdir**
|
||||||
|
|
||||||
Path to the tmp directory, for libpod runtime content.
|
Path to the tmp directory, for libpod runtime content. Defaults to `$XDG\_RUNTIME\_DIR/libpod/tmp` as rootless and `run/libpod/tmp` as rootful.
|
||||||
|
|
||||||
NOTE --tmpdir is not used for the temporary storage of downloaded images. Use the environment variable `TMPDIR` to change the temporary storage location of downloaded container images. Podman defaults to use `/var/tmp`.
|
NOTE --tmpdir is not used for the temporary storage of downloaded images. Use the environment variable `TMPDIR` to change the temporary storage location of downloaded container images. Podman defaults to use `/var/tmp`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user