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/container
Brian Goff 24f173a003 Replace service "Capabilities" w/ add/drop API
After dicussing with maintainers, it was decided putting the burden of
providing the full cap list on the client is not a good design.
Instead we decided to follow along with the container API and use cap
add/drop.

This brings in the changes already merged into swarmkit.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2020-07-27 10:09:42 -07:00
..
backend.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
container.go Rely on request.Context() cancellation 2018-11-27 17:06:31 -08:00
container_routes.go Replace service "Capabilities" w/ add/drop API 2020-07-27 10:09:42 -07:00
copy.go API: properly handle invalid JSON to return a 400 status 2018-11-06 21:30:44 +01:00
exec.go API: properly handle invalid JSON to return a 400 status 2018-11-06 21:30:44 +01:00
inspect.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00