Files
docker-cli/components/engine/daemon
Brian Goff fa734b0de4 Ensure clean engine shutdown on startup errors
Previously on error either from the daemon or from the api it is just
exiting with exit status 1 but not performing a shutdown.
This can produce insconsistent state depending on where the error came
from.

This makes sure that before we exit on error that the engine gets fully
shutdown.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: 0e3f2f2ac07c69922bd837f864219a088d243248
Component: engine
2015-03-09 08:40:38 -04:00
..
2014-10-24 15:11:48 -07:00
2015-02-26 19:11:27 +08:00
2015-02-18 10:19:52 -05:00
2014-05-17 17:56:02 +00:00
2015-02-25 19:37:43 -05:00
2014-11-08 00:14:08 +00:00
2015-03-05 13:55:44 -05:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver
  • networkdriver

Code pertaining to storing images:

  • graphdriver