mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
This parameter controls the order of operations when rolling out an update task. Either the old task is stopped before starting the new one, or the new task is started first, and the running tasks will briefly overlap. This commit adds Rollout to the API, and --update-order / --rollback-order flags to the CLI. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: 9b54994a8ada6ae15a4d2c3b925568e2061200ad Component: engine