mirror of
https://github.com/containers/podman.git
synced 2026-03-24 01:23:31 -04:00
Currently containers created via DOCKER API without specifying StopTimeout are defaulting to 0 seconds. This change should default them to setting in containers.conf normally 10 seconds. Fixes: https://github.com/containers/podman/issues/19139 Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>