mirror of https://github.com/containers/podman.git
Fxi typo in cache-ttl.md
Signed-off-by: Eike Waldt <waldt@b1-systems.de>
This commit is contained in:
parent
24c911841c
commit
fdb2edf46a
|
@ -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.
|
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
|
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…
Reference in New Issue