moby--moby/api/server
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
..
backend/build builder: add prune options to the API 2018-09-01 22:01:17 +00:00
httputils api/server, dockerversion: modify context key 2018-08-22 11:20:22 +09:00
middleware api/server, dockerversion: modify context key 2018-08-22 11:20:22 +09:00
router Add support for sysctl options in services 2018-09-20 10:51:56 -05:00
middleware.go
router_swapper.go
server.go api/server, dockerversion: modify context key 2018-08-22 11:20:22 +09:00
server_test.go