Files
docker-cli/components/engine/daemon
Vivek Goyal 67663efaad devmapper: Use deactivateDevice() instead of removeDevice() in deleteDevice()
Use deactivateDevice() instead of removeDevice() directly. This will make
sure for device deletion, deferred removal is used if user has configured
it in. Also this makes reading code litle easier as there is single function
to remove a device and that is deactivateDevice().

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Upstream-commit: 39081eb3aa8f715c1da6f798c6531efd7a8a494c
Component: engine
2015-09-30 18:54:06 -04:00
..
2015-07-29 23:39:18 +02:00
2015-09-25 14:52:09 -07:00
2015-08-27 22:07:42 -07:00
2015-09-29 19:43:03 -04:00
2015-09-25 14:52:09 -07:00
2015-07-29 21:25:56 +03:00
2015-08-27 22:07:42 -07:00
2015-09-28 13:48:12 -07:00
2015-07-29 21:25:56 +03:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver