mirror of
https://github.com/containers/podman.git
synced 2025-09-17 06:47:10 +08: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>