Files
docker-cli/components/engine/daemon
limsy 87669d6e48 daemon: rename from "delete" job to "rm"
This commit fixes following FIXMEs:

// FIXME: rename "delete" to "rm" for consistency with the CLI command
// FIXME: rename ContainerDestroy to ContainerRm for consistency with the CLI command

Signed-off-by: lim seong yeol <seongyeol37@gmail.com>
Upstream-commit: 239e932485c3e0f72a4f88ce1301ebe269eb2e27
Component: engine
2014-08-21 19:58:26 +09:00
..
2014-08-13 15:18:15 -07:00
2014-08-14 01:08:27 +00:00
2014-08-13 15:18:15 -07:00
2014-08-13 15:18:15 -07:00
2014-08-01 14:24:46 -04:00
2014-08-01 14:17:24 -04:00
2014-08-13 16:08:50 -07:00
2014-08-01 14:24:41 -04:00
2014-08-13 15:18:15 -07:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:23 +00:00
2014-08-13 15:18:15 -07:00
2014-08-06 10:08:19 +00:00
2014-08-13 09:12:33 -04:00
2014-08-13 15:18:15 -07:00
2014-08-14 21:51:25 +04:00
2014-08-06 10:08:19 +00:00
2014-05-17 17:56:02 +00:00
2014-08-01 14:17:20 -04:00
2014-08-06 10:08:19 +00:00
2014-08-13 11:37:30 +04:00
2014-08-14 21:51:15 +04:00
2014-08-06 10:08:19 +00:00
2014-08-01 14:24:52 -04:00
2014-08-01 14:17:16 -04: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