mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-19 14:57:55 +00:00
Merge pull request #23965 from yeoldegrove/main
Fix typo in `docs/source/markdown/options/cache-ttl.md`
This commit is contained in:
commit
22142c239e
1 changed files with 1 additions and 1 deletions
|
|
@ -9,4 +9,4 @@ For example if `--cache-ttl=1h` is specified, Buildah considers intermediate cac
|
|||
under the duration of one hour, and intermediate cache images outside this duration is ignored.
|
||||
|
||||
Note: Setting `--cache-ttl=0` manually is equivalent to using `--no-cache` in the
|
||||
implementation since this means that the user dones not want to use cache at all.
|
||||
implementation since this means that the user does not want to use cache at all.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue