Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
podman stop: do not cleanup for auto-removal
Do not perform a container clean up for containers configured for auto-removal (e.g., via `podman run --rm`). There is a small race window with the other process performing the removal where a clean up during podman-stop may fail since the container has already been removed and cleaned up. As the removing process will clean up the container, we don't have to do it during podman-stop. Fixes: containers#7384 Signed-off-by: Valentin Rothberg <[email protected]>
- Loading branch information