Files
docker-cli/components/engine/daemon
David Calavera c78c25ea17 Do not wait for container on stop if the process doesn't exist.
This fixes an issue that caused the client to hang forever if the
process died before the code arrived to exit the `Kill` function.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: 1a729c3dd8e84eef0a0b10cab24e88b768557482
Component: engine
2016-03-04 16:00:58 -05:00
..
2016-02-01 09:57:38 -08:00
2016-02-24 21:12:14 -05:00
2016-03-02 20:07:06 +08: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