Files
docker-cli/components/engine/daemon
David Calavera bfef76b67b Remove volume references when container creation fails.
Volumes are accounted when a container is created.
If the creation fails we should remove the reference from the counter.
Do not log ErrVolumeInUse as an error, having other volume references is
not an error.

Signed-off-by: David Calavera <david.calavera@gmail.com>
Upstream-commit: 2c6c07752c8d89fa72249c24285ede1b4e579b24
Component: engine
2015-09-14 16:16:46 -04:00
..
2015-09-10 14:13:15 +08:00
2015-09-05 23:15:13 +02:00
2015-07-29 23:39:18 +02:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-09-11 16:17:59 -04:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-09-06 20:17:56 +02:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-07-16 16:02:26 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-08-27 22:07:42 -07:00
2015-07-29 21:25:56 +03:00
2015-09-11 16:17:59 -04:00
2015-07-31 13:13:40 -07:00
2015-08-27 22:07:42 -07:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver