mirror of https://github.com/docker/docs.git
When updates happen, the current behavior is to kill all running instances and dispatch new tasks. Common use cases for container updates involve small numbers of containers, meaning the app will go down on most updates. Setting parallelism to 1 ensures that at most one task will go down during the update. Services with higher replica counts can increase this number accordingly to meet their needs. Signed-off-by: Stephen J Day <stephen.day@docker.com> (cherry picked from commit 67246afd3dbcb53fea470bd3e45578370207139d) Signed-off-by: Tibor Vass <tibor@docker.com> |
||
|---|---|---|
| .. | ||
| cmd.go | ||
| create.go | ||
| inspect.go | ||
| list.go | ||
| opts.go | ||
| opts_test.go | ||
| remove.go | ||
| scale.go | ||
| tasks.go | ||
| update.go | ||
| update_test.go | ||