Files
docker-cli/components/engine/daemon
shuai-z db52b288f0 Clear the internal state ourselves before raising error.
If we need to raise an error, make sure the internal state is clean, because
a successful driver.Get() may have its internal state changed (eg. counting,
or mounts), while callers will only do that after a succussful Mount().

Signed-off-by: shuai-z <zs.broccoli@gmail.com>
Upstream-commit: 05ff40b07a5857b41e17290e1d7cef516f122d6c
Component: engine
2014-10-30 13:31:19 +08:00
..
2014-10-24 15:11:48 -07:00
2014-08-01 14:24:46 -04:00
2014-08-01 14:17:24 -04:00
2014-10-24 15:11:48 -07:00
2014-08-01 14:24:41 -04:00
2014-10-09 15:15:17 -07:00
2014-10-24 15:11:48 -07:00
2014-09-30 19:10:03 +00:00
2014-10-24 15:11:48 -07:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-10-24 15:11:48 -07:00
2014-10-24 15:11:48 -07:00
2014-08-06 10:08:19 +00:00
2014-05-17 17:56:02 +00:00
2014-08-06 10:08:19 +00:00
2014-08-13 11:37:30 +04:00
2014-10-22 22:42:37 -04:00
2014-09-03 00:01:11 +04:00
2014-09-03 00:01:11 +04:00
2014-09-29 22:40:26 +00:00
2014-10-24 15:11:48 -07: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