mirror of
https://github.com/containers/podman.git
synced 2025-08-26 03:01:31 +08:00

Startup healthchecks are similar to K8S startup probes, in that they are a separate check from the regular healthcheck that runs before it. If the startup healthcheck fails repeatedly, the associated container is restarted. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
334 B
334 B
####> This option file is used in: ####> podman create, run ####> If you edit this file, make sure your changes ####> are applicable to all of those.
--health-startup-interval=interval
Set an interval for the startup healthcheck. An interval of disable results in no automatic timer setup. The default is 30s.