diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-03-13 12:52:12 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-03-13 20:26:56 +0100 |
commit | 17b60891b6a4ce4e5c0e8ddae1a2dd9490a0e0d8 (patch) | |
tree | aa289963f15ea4374c7521418e217c9178d30564 /vendor/github.com/sirupsen/logrus/terminal_bsd.go | |
parent | 22fc5a3e57566326b96f465e69e5566598666841 (diff) | |
download | podman-17b60891b6a4ce4e5c0e8ddae1a2dd9490a0e0d8.tar.gz podman-17b60891b6a4ce4e5c0e8ddae1a2dd9490a0e0d8.tar.bz2 podman-17b60891b6a4ce4e5c0e8ddae1a2dd9490a0e0d8.zip |
rm: fix cleanup race
we fire the cleanup process asynchronously so we might race with a
command like: podman run --rm --name foo ... && podman run --rm --name foo
Fix it by ensuring the container is deleted before we exit. This
will race with the "cleanup" process, but it is fine as one of the two
commands will fail with ErrNoSuchCtr while the other succeeds.
Closes: https://github.com/containers/libpod/issues/2619
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'vendor/github.com/sirupsen/logrus/terminal_bsd.go')
0 files changed, 0 insertions, 0 deletions