Files
docker-cli/components/engine/daemon
Solomon Hykes f301b073e0 Move "image_delete" to daemon/image_delete.go
Note: this cannot yet be moved to graph/ because of a lingering
dependency on daemon. This has been noted in a FIXME.

Signed-off-by: Solomon Hykes <solomon@docker.com>
Upstream-commit: 7a5e3df1625df24d52e2c863706076c59803cff8
Component: engine
2014-08-06 17:18:50 -04:00
..
2014-08-01 14:24:46 -04:00
2014-08-01 14:17:24 -04:00
2014-08-01 14:24:41 -04:00
2014-08-01 14:16:50 -04:00
2014-08-01 14:24:28 -04:00
2014-08-01 14:16:41 -04:00
2014-08-01 14:16:05 -04:00
2014-08-01 14:24:58 -04:00
2014-08-01 14:17:29 -04:00
2014-06-20 09:40:29 -04:00
2014-07-30 14:01:43 +00:00
2014-05-17 17:56:02 +00:00
2014-08-01 14:17:20 -04:00
2014-08-01 14:17:11 -04:00
2014-08-01 14:17:04 -04:00
2014-08-01 14:16:59 -04: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