DockerCLI/cli/command/service
Vincent Demeester cf5550c426
Handle case of configs on old daemon
If configs are declared for a service and pointing on an old
daemon, error out properly (instead of "page not found").

If there is no configs declared, don't call convertServiceConfigObjs
to avoid having an error.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-06-07 17:02:46 +02:00
..
progress cli: gofmt + goimports 2017-05-08 10:51:30 -07:00
cmd.go Add interfacer linter 2017-05-08 15:57:50 -04:00
create.go Adding a flag to allow disabling registry lookup 2017-05-17 17:55:11 -07:00
helpers.go Avoid loop when discarding contents of progress pipe 2017-05-16 14:34:59 -07:00
inspect.go cli: gofmt + goimports 2017-05-08 10:51:30 -07:00
inspect_test.go Update imports. 2017-04-17 18:07:56 -04:00
list.go Update cli imports to using local package 2017-05-15 14:45:19 +02:00
logs.go Add support for details on service logs 2017-05-16 16:53:58 -07:00
opts.go Update vendoring of docker/docker 2017-06-06 00:23:21 +02:00
opts_test.go Move duration opts into an opts package 2017-05-16 17:49:40 +02:00
parse.go Handle case of configs on old daemon 2017-06-07 17:02:46 +02:00
ps.go Update cli imports to using local package 2017-05-15 14:45:19 +02:00
remove.go Update imports. 2017-04-17 18:07:56 -04:00
scale.go Update imports. 2017-04-17 18:07:56 -04:00
trust.go Service create/update set QueryRegistry appropriately 2017-05-17 17:39:35 -07:00
update.go Update vendoring of docker/docker 2017-06-06 00:23:21 +02:00
update_test.go Import docker/docker/cli 2017-04-17 17:40:59 -04:00