Files
podman/docs/source/markdown/options/retry-delay.md
Daniel J Walsh 66d60384f4 add --retry --retry-delay to podman run/create
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2024-02-29 10:20:21 -05:00

494 B

####> This option file is used in: ####> podman build, create, farm build, pull, push, run ####> If file is edited, make sure the changes ####> are applicable to all of those.

--retry-delay=duration

Duration of delay between retry attempts when pulling or pushing images between the registry and local storage in case of failure. The default is to start at two seconds and then exponentially back off. The delay is used when this value is set, and no exponential back off occurs.