DockerCLI/command/stack
Aaron Lehmann b866fa77f4 Return warnings from service create and service update when digest pinning fails
Modify the service update and create APIs to return optional warning
messages as part of the response. Populate these messages with an
informative reason when digest resolution fails.

This is a small API change, but significantly improves the UX. The user
can now get immediate feedback when they've specified a nonexistent
image or unreachable registry.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2016-11-18 09:31:31 -08:00
..
cmd.go refactor help func in CLI 2016-11-17 10:54:10 -08:00
common.go Remove duplication of name mangling. 2016-11-10 11:28:18 -05:00
deploy.go Return warnings from service create and service update when digest pinning fails 2016-11-18 09:31:31 -08:00
deploy_bundlefile.go Restore stack deploy integration test with dab 2016-11-10 11:28:19 -05:00
list.go Fix several issues with `go vet` and `go fmt` 2016-11-17 06:31:28 -08:00
opts.go Reinstate --bundle-file argument to 'docker deploy' 2016-11-10 11:28:18 -05:00
ps.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00
remove.go Make experimental a runtime flag 2016-10-24 15:20:01 -07:00
services.go Replace all "Filter" field with "Filters" for consistency 2016-11-01 23:09:30 +08:00