moby--moby/api/types
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
blkiodev
container
events
filters
image
mount
network
plugins/logdriver Add partial log metadata to log driver proto 2018-08-10 20:44:30 -07:00
registry
strslice Format code with gofmt -s from go-1.11beta1 2018-09-06 15:24:16 -07:00
swarm Add support for sysctl options in services 2018-09-20 10:51:56 -05:00
time
versions
volume
auth.go
client.go
configs.go
error_response.go
graph_driver_data.go
id_response.go
image_delete_response_item.go
image_summary.go
plugin.go
plugin_device.go
plugin_env.go
plugin_interface_type.go
plugin_mount.go
plugin_responses.go
port.go
seccomp.go
service_update_response.go
stats.go Fix dont typo 2018-09-08 16:58:03 +08:00
types.go builder: add prune options to the API 2018-09-01 22:01:17 +00:00
volume.go