Files
docker-cli/components/engine/daemon
Solomon Hykes 90ba5c6273 Remove last trace of Daemon->Server dependency
This removes a shim `daemon.Server` interface which was used to start
separating Daemon from Server *gradually*, without getting cyclic
dependency errors.

Now that the last Daemon->Server dependency has been removed, we can
finally remove the shim. Yay!

Signed-off-by: Solomon Hykes <solomon@docker.com>
Upstream-commit: 20b0841c1bd07c6add812597e0d656d7584e48ac
Component: engine
2014-08-06 17:56:12 +00: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-06 10:08:19 +00:00
2014-08-06 10:08:19 +00:00
2014-08-06 10:08:23 +00:00
2014-08-08 03:01:55 +00:00
2014-08-06 10:08:19 +00:00
2014-08-01 14:24:58 -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-06 10:08:19 +00: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