mirror of
https://github.com/containers/podman.git
synced 2026-07-31 09:27:20 -04:00
Like podman run --rm, start --attach must also ensure the contianer is removed before it exist. Otherwise there is a race where the container still exist after the command exits, because removal would only happen by the cleanup process in the background. Signed-off-by: Paul Holzinger <pholzing@redhat.com>