docs/api/client/service
Stephen J Day 16744cb970 api/client/service: default update parallelism to 1
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>
2016-07-25 23:17:08 -07:00
..
cmd.go Add experimental docker stack commands 2016-06-14 14:56:35 -04:00
create.go Change the add/update flags to include 'add' 2016-07-25 23:14:59 -07:00
inspect.go Only show port name if set. 2016-07-25 23:15:13 -07:00
list.go Don't automagically add "[OPTIONS]" to usage 2016-07-25 23:15:41 -07:00
opts.go api/client/service: default update parallelism to 1 2016-07-25 23:17:08 -07:00
opts_test.go Change mount-types to lowercase 2016-07-25 23:16:28 -07:00
remove.go Fix the usage for `service rm` command 2016-07-25 23:15:44 -07:00
scale.go re-vendor engine-api 2016-07-08 15:32:23 -07:00
tasks.go Remove shorthand flags for "mount", "pretty", and "no-resolve" 2016-07-25 23:14:58 -07:00
update.go swarm: add log driver support for services 2016-07-25 23:15:25 -07:00
update_test.go Change mount-types to lowercase 2016-07-25 23:16:28 -07:00