Files
moby/testutil/daemon
Paweł Gronowski 88992de283 StartWithLogFile: Fix d.cmd race
Use `exec.Command` created by this function instead of obtaining it from
daemon struct. This prevents a race condition where `daemon.Kill` is
called before the goroutine has the chance to call `cmd.Wait`.

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2023-03-20 16:16:44 +01:00
..
2021-10-16 09:51:55 +03:00
2023-03-20 16:16:44 +01:00
2022-09-28 01:58:50 +02:00