moby--moby/api/server/router
Drew Erny 14da20f5e7 Add support for sysctl options in services
Adds support for sysctl options in docker services.

* Adds API plumbing for creating services with sysctl options set.
* Adds swagger.yaml documentation for new API field.
* Updates the API version history document.
* Changes executor package to make use of the Sysctls field on objects
* Includes integration test to verify that new behavior works.

Essentially, everything needed to support the equivalent of docker run's
`--sysctl` option except the CLI.

Includes a vendoring of swarmkit for proto changes to support the new
behavior.

Signed-off-by: Drew Erny <drew.erny@docker.com>
2018-09-20 10:51:56 -05:00
..
build always hornor client side to choose which builder to use with DOCKER_BUILDKIT env var regardless the server setup 2018-09-11 17:19:51 -07:00
checkpoint Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
container Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
debug Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
distribution Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
image system: add back lcow validation function 2018-06-27 15:24:26 -07:00
network Move network conversions out of API router 2018-06-27 17:11:29 -07:00
plugin Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
session move /session api endpoint out of experimental 2018-08-21 22:43:34 +00:00
swarm Add support for sysctl options in services 2018-09-20 10:51:56 -05:00
system allow features option live reloadable 2018-08-31 12:43:04 -07:00
volume Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
experimental.go fix typos 2018-09-01 21:26:38 +08:00
local.go Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
router.go Add canonical import comment 2018-02-05 16:51:57 -05:00