1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/server/router
Anusha Ragunathan 9c332b164f 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>
2016-02-01 09:57:38 -08:00
..
build Remove package daemonbuilder. 2016-02-01 09:57:38 -08:00
container Add a specific config for the update command 2016-01-12 08:33:41 +01:00
local postImagesCreate: move auth config decode when it's needed 2016-01-29 14:07:54 +01:00
network Add Subnets info for user-defined network 2016-01-15 10:03:29 +08:00
system Permit OPTIONS request against any url, fixes #19398 2016-01-23 00:31:08 +00:00
volume Modify import paths to point to the new engine-api package. 2016-01-06 19:48:59 -05:00
router.go Network remote APIs using new router, --net=<user-defined-network> changes 2015-10-07 03:54:19 -07:00