docs/api/server
Antonio Murdaca 1fffc0270f Merge pull request #15365 from twistlock/14674-docker-authz
Docker authorization plug-in infrastructure
2015-12-12 12:30:33 +01:00
..
httputils remove unnecessary logs from daemon 2015-11-10 17:44:38 +08:00
router Merge pull request #18353 from aaronlehmann/transfer-manager 2015-12-10 14:52:48 -08:00
middleware.go Docker authorization plug-in infrastructure enables extending the functionality of the Docker daemon with respect to user authorization. The infrastructure enables registering a set of external authorization plug-in. Each plug-in receives information about the user and the request and decides whether to allow or deny the request. Only in case all plug-ins allow accessing the resource the access is granted. 2015-12-08 17:34:15 +02:00
middleware_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
profiler.go api/server fix golint errors/warnings. 2015-07-28 22:44:39 +00:00
server.go Rebase from master 2015-12-08 19:45:22 +02:00
server_test.go Separate API router from server. 2015-09-29 19:43:03 -04:00
server_unix.go Remove usage of listenbuffer package 2015-11-30 09:04:55 -08:00
server_windows.go Allocate resources for server API before daemon creation 2015-10-05 09:32:08 -07:00