docs/api/client/service
Aaron Lehmann e16a20d11a service update: Don't assume existing pointers in spec are valid
When updating values in the spec according to CLI flags, don't write
into the existing pointers. They may be nil. Instead, update them to
point to the new value we're writing.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
(cherry picked from commit f9c920a1266197c2b6f0378b58f22246037fda7a)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-26 04:37:31 -07:00
..
cmd.go Add experimental docker stack commands 2016-06-14 14:56:35 -04:00
create.go Add container labels to service create/update 2016-07-26 03:51:43 -07:00
inspect.go Add failure action for rolling updates 2016-07-25 23:24:43 -07:00
list.go Don't automagically add "[OPTIONS]" to usage 2016-07-25 23:15:41 -07:00
opts.go Add container labels to service create/update 2016-07-26 03:51:43 -07:00
opts_test.go api/client/service: mount option defaults and aliases 2016-07-25 23:17:08 -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 service tasks: Improve error reporting 2016-07-25 23:18:29 -07:00
update.go service update: Don't assume existing pointers in spec are valid 2016-07-26 04:37:31 -07:00
update_test.go Change mount-types to lowercase 2016-07-25 23:16:28 -07:00