moby--moby/integration/service
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
..
create_test.go Add support for sysctl options in services 2018-09-20 10:51:56 -05:00
inspect_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
main_test.go Move integration-cli daemon package to internal/test… 2018-04-10 16:29:48 +02:00
network_test.go refactored integration/service/network integration tests to use network package 2018-06-26 17:18:22 -04:00
plugin_test.go Use constant for task runtime value 2018-07-17 20:41:25 +02:00