Nishant Totla
71aa7e39fa
Suppressing digest for docker service ls/ps
...
Signed-off-by: Nishant Totla <nishanttotla@gmail.com >
Upstream-commit: 5f1209bf4b
Component: cli
2016-11-18 09:39:34 -08:00
allencloud
66ece30c85
support show numbers of global service in service ls command
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
Upstream-commit: 7891d349b3
Component: cli
2016-11-08 16:17:15 +08:00
Alicia Lauerman
3c2e5c3d64
remove COMMAND column from service ls output. closes #27994
...
Signed-off-by: Alicia Lauerman <alicia@eta.im >
Upstream-commit: 1491ae50e0
Component: cli
2016-11-06 13:32:44 -05:00
Zhang Wei
ca8b6d0b28
Replace all "Filter" field with "Filters" for consistency
...
In file `api/types/client.go`, some of the "*Options{}" structs own a
`Filters` field while some else have the name of `Filter`, this commit
will rename all `Filter` to `Filters` for consistency. Also `Filters`
is consistent with API with format `/xxx?filters=xxx`, that's why
`Filters` is the right name.
Signed-off-by: Zhang Wei <zhangwei555@huawei.com >
Upstream-commit: 9eceaa926f
Component: cli
2016-11-01 23:09:30 +08:00
allencloud
fcc2ad15e7
return nil when no node or service to avoid additional api call
...
Signed-off-by: allencloud <allen.sun@daocloud.io >
Upstream-commit: 6ef1c7deaf
Component: cli
2016-10-11 10:59:16 +08:00
Daniel Nephin
964a552e76
Move api/client -> cli/command
...
Using
gomvpkg
-from github.com/docker/docker/api/client
-to github.com/docker/docker/cli/command
-vcs_mv_cmd 'git mv {{.Src}} {{.Dst}}'
Signed-off-by: Daniel Nephin <dnephin@docker.com >
Upstream-commit: 3bd1eb4b76
Component: cli
2016-09-08 15:46:29 -04:00