mirror of
https://github.com/moby/moby.git
synced 2026-07-06 22:58:25 +00:00
`Daemon.Kill()` was sending a SIGKILL to the daemon process but wasn't waiting until the process was really killed. While the race window is really small, better safe than sorry. Signed-off-by: Albin Kerouanton <albinker@gmail.com>