Files
podman/pkg
Valentin Rothberg d3e05de156 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: #7384
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-09-08 12:22:53 +02:00
..
2020-09-02 22:06:19 +02:00
2019-07-23 15:43:40 -04:00
2018-03-27 21:55:33 +00:00
2020-06-15 07:05:56 -04:00
2020-08-15 12:11:01 +02:00
2020-06-15 07:05:56 -04:00
2020-06-29 09:17:55 -05:00
2020-01-13 14:27:02 +01:00
2020-01-14 09:54:48 +01:00
2020-08-04 15:10:47 -04:00
2020-08-11 13:29:17 +02:00