mirror of
https://github.com/containers/podman.git
synced 2025-06-28 06:18:57 +08:00
Fix typos in man page regarding transient storage mode.
Signed-off-by: James Pace <jpace121@gmail.com>
This commit is contained in:
@ -164,9 +164,9 @@ NOTE --tmpdir is not used for the temporary storage of downloaded images. Use t
|
|||||||
|
|
||||||
#### **--transient-store**
|
#### **--transient-store**
|
||||||
|
|
||||||
Enables a global transient storaga mode where all container metadata is stored on non-persistant media (i.e. in the location specified by `--runroot`).
|
Enables a global transient storage mode where all container metadata is stored on non-persistent media (i.e. in the location specified by `--runroot`).
|
||||||
This mode allows starting containers faster, as well as guaranteeing a fresh state on boot in case of unclean shutdowns or other problems. However
|
This mode allows starting containers faster, as well as guaranteeing a fresh state on boot in case of unclean shutdowns or other problems. However
|
||||||
it is not compabible with a traditional model where containers persist across reboots.
|
it is not compatible with a traditional model where containers persist across reboots.
|
||||||
|
|
||||||
Default value for this is configured in `containers-storage.conf(5)`.
|
Default value for this is configured in `containers-storage.conf(5)`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user