moby--moby/api/types/swarm
Yong Tang eb19c2f080 Let swarmkit handle cluster defaults in `swarm init` if not specified
This fix tries to address the issue raised in 24958 where previously
`docker swarm init` will automatically fill in all the default value
(instead of letting swarmkit to handle the default).

This fix update the `swarm init` so that initial value are passed only
when a flag change has been detected.

This fix fixes 24958.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-09-27 04:19:38 -07:00
..
common.go add swarm type comments and fix nits 2016-09-26 17:17:52 +08:00
container.go
network.go Added comments to PortConfig for greater clarity 2016-09-16 14:47:35 -07:00
node.go add swarm type comments and fix nits 2016-09-26 17:17:52 +08:00
service.go Removed engine-api leftovers 2016-09-21 12:36:52 +02:00
swarm.go Let swarmkit handle cluster defaults in `swarm init` if not specified 2016-09-27 04:19:38 -07:00
task.go