Skip to content

Commit

Permalink
Merge pull request #16933 from jpace121/fix-transient-mode-typos
Browse files Browse the repository at this point in the history
[CI:DOCS]  Fix typos in man page regarding transient storage mode.
  • Loading branch information
openshift-merge-robot authored Dec 24, 2022
2 parents e000f85 + 1635db4 commit 438b00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/markdown/podman.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`.

Expand Down

0 comments on commit 438b00d

Please sign in to comment.