Files
docker-cli/components/engine/daemon
Anusha Ragunathan fe296e65a0 Remove package daemonbuilder.
Currently, daemonbuilder package (part of daemon) implemented the
builder backend. However, it was a very thin wrapper around daemon
methods and caused an implementation dependency for api/server build
endpoint. api/server buildrouter should only know about the backend
implementing the /build API endpoint.

Removing daemonbuilder involved moving build specific methods to
respective files in the daemon, where they fit naturally.

Signed-off-by: Anusha Ragunathan <anusha@docker.com>
Upstream-commit: 9c332b164f1aefa2407706adf59d50495d6e02cb
Component: engine
2016-02-01 09:57:38 -08:00
..
2016-01-20 12:52:05 +08:00
2016-01-28 14:08:11 -07:00
2016-02-01 09:57:38 -08:00
2016-02-01 09:57:38 -08:00
2016-02-01 09:57:38 -08:00
2016-02-01 09:57:38 -08:00
2015-12-16 11:58:52 -08:00
2016-01-27 10:05:06 +08:00
2016-01-14 08:17:40 +00:00
2016-01-26 23:47:02 +11:00
2016-01-07 14:10:42 -05:00
2016-02-01 09:57:38 -08:00

This directory contains code pertaining to running containers and storing images

Code pertaining to running containers:

  • execdriver

Code pertaining to storing images:

  • graphdriver