1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/api/client/service
Aaron Lehmann f9c920a126 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>
2016-07-25 23:56:50 -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-25 18:57:02 -07:00
inspect.go Add failure action for rolling updates 2016-07-25 08:51:19 -07:00
list.go Merge pull request #24266 from allencloud/add_cmd_docker_stack_services_STACKNAME 2016-07-20 18:38:08 +02:00
opts.go Add container labels to service create/update 2016-07-25 18:57:02 -07:00
opts_test.go api/client/service: mount option defaults and aliases 2016-07-21 17:31:33 -07:00
remove.go Fix the usage for service rm command 2016-07-20 18:27:26 +09:00
scale.go re-vendor engine-api 2016-07-06 21:14:14 -04:00
tasks.go service tasks: Improve error reporting 2016-07-21 19:19:11 -07:00
update.go service update: Don't assume existing pointers in spec are valid 2016-07-25 23:56:50 -07:00
update_test.go Change mount-types to lowercase 2016-07-21 11:25:42 +02:00