Files
docker-cli/components/engine/daemon
Arnaud Porterie c66cb2a6ce Fix race in container creation
Only register a container once it's successfully started. This avoids a
race condition where the daemon is killed while in the process of
calling `libcontainer.Container.Start`, and ends up killing -1.

There is a time window where the container `initProcess` is not set, and
its PID unknown. This commit fixes the race Engine side.

Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
Upstream-commit: ad2fa3945997905760a4c7ef0444580ffb4b939a
Component: engine
2016-03-03 20:25:03 -08:00
..
2016-03-03 20:25:03 -08:00
2016-02-29 21:32:30 -08:00
2016-02-01 09:57:38 -08:00
2016-02-24 21:12:14 -05:00
2016-02-03 10:43:01 -08:00
2016-01-14 08:17:40 +00:00
2016-02-16 11:19:23 -08:00
2016-02-09 14:25:02 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver