mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 04:39:33 +00:00
This commit adds new Retry= and RetryDelay= options to quadlet.go which result in --retry and --retry-delay usage in podman run, image and build commands. This allows configuring the retry logic in the systemd files. Fixes: #25109 Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
7 lines
142 B
Text
7 lines
142 B
Text
## assert-podman-args "--retry" "5"
|
|
## assert-podman-args "--retry-delay" "10s"
|
|
|
|
[Container]
|
|
Image=localhost/imagename
|
|
Retry=5
|
|
RetryDelay=10s
|