mirror of
https://github.com/docker/cli.git
synced 2026-01-25 03:42:05 +03:00
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> Upstream-commit: eb19c2f080f624d8b0186f8037cdc1f7d8ada402 Component: engine