moby--moby/api/server/router
Drew Erny d330dc3223 Add support for task and arbitrary combo logs
Refactored the API to more easily accept new endpoints. Added REST,
client, and CLI endpoints for getting logs from a specific task. All
that is needed after this commit to enable arbitrary service log
selectors is a REST endpoint and handler.

Task logs can be retrieved by putting in a task ID at the CLI instead of
a service ID.

Signed-off-by: Drew Erny <drew.erny@docker.com>
2017-04-03 18:40:54 -07:00
..
build fix func name "BuildFromContext" in comment 2017-03-02 17:00:40 +08:00
checkpoint router: Return explicit error rather than 404 for experimental. 2016-11-17 15:51:47 -08:00
container bump API to 1.28 2017-03-14 09:32:50 -07:00
image Replace API version comparison by a `if`… 2017-03-15 10:46:06 +01:00
network Allow user to modify ingress network 2017-03-26 15:46:18 -07:00
plugin Use distribution reference 2017-02-07 11:08:37 -08:00
swarm Add support for task and arbitrary combo logs 2017-04-03 18:40:54 -07:00
system rename clusterProvider to cluster in router 2016-12-26 20:53:13 +08:00
volume Convert DanglingOnly to Filters for `docker image prune` 2016-12-02 20:08:49 -08:00
experimental.go router: Return explicit error rather than 404 for experimental. 2016-11-17 15:51:47 -08:00
local.go api/server/router: add Cancellable function 2016-03-25 10:19:23 -07:00
router.go