mirror of
https://github.com/containers/podman.git
synced 2026-03-17 14:18:09 -04:00
If the container isn't running, make sure to return 409 as specified in the Docker API [1] and the Podman reference. [1] https://docs.docker.com/engine/api/v1.43/#tag/Container/operation/ContainerKill Fixes: #19368 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>