Files
docker-cli/components/engine/container
Stephen J Day a1c54edb95 container: protect the health status with mutex
Adds a mutex to protect the status, as well. When running the race
detector with the unit test, we can see that the Status field is written
without holding this lock. Adding a mutex to read and set status
addresses the issue.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
Upstream-commit: 7db30ab0cdf072956d2ceda833b7de22fe17655c
Component: engine
2017-11-16 15:04:01 -08:00
..
2017-07-31 13:16:46 -07:00
2017-10-24 09:49:58 +08:00
2017-09-12 12:09:59 -04:00