mirror of
https://github.com/moby/moby.git
synced 2026-07-11 18:13:57 +00:00
Replace `time.Sleep` with a poll that checks if process no longer exists to avoid possible race condition. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>