mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
I found that sometimes tasks would end up in a rejected state when trying to update them quickly. The problem was that Shutdown could fail if called before the container was started. Instead of returning an error in this case, Shutdown should succeed. This allows tasks to progress to the "shutdown" state as expected. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> Upstream-commit: 37b492ae1b2ba5f84cd0b795dbc68804d7b2fec5 Component: engine