1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/cluster/convert
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
..
config.go api: Add Templating parameter to SecretSpec and ConfigSpec 2018-02-16 11:25:13 -05:00
container.go Add support for sysctl options in services 2018-09-20 10:51:56 -05:00
network.go Fixing network inspect for swarm 2018-05-13 07:31:14 -07:00
network_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
node.go Add canonical import comment 2018-02-05 16:51:57 -05:00
secret.go api: Add Templating parameter to SecretSpec and ConfigSpec 2018-02-16 11:25:13 -05:00
service.go fix typos in service.go and plugin.go 2018-09-18 10:48:39 +08:00
service_test.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
swarm.go Global Default Address Pool feature support 2018-08-20 15:07:08 -04:00
task.go Output network attachment task information 2018-05-22 23:36:30 +02:00