Fix typos in man page regarding transient storage mode.

Signed-off-by: James Pace <jpace121@gmail.com>
This commit is contained in:
James Pace
2022-12-23 10:45:57 -05:00
parent e000f8509f
commit 1635db4741

View File

@ -164,9 +164,9 @@ NOTE --tmpdir is not used for the temporary storage of downloaded images. Use t
#### **--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
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)`.