moby/cli/command/stack
Yong Tang 9155e14e77 Remove docker stack ps -a to match removal of docker service/node ps -a
In #28507 and #28885, `docker service/node ps -a` has been removed so that
information about slots are show up even without `-a` flag.

The output of `docker stack ps` reused the same output as `docker service/node ps`.
However, the `-a` was still there. It might make sense to remove `docker stack ps -a`
as well to bring consistency with `docker service/node ps`.

This fix is related to #28507, #28885, and #25983.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-12-26 13:47:43 -08:00
..
cmd.go Move docker stack out of experimental 2016-11-21 15:30:25 -05:00
common.go Move pkg to cli/compose/convert 2016-12-16 12:27:31 -05:00
deploy.go Move pkg to cli/compose/convert 2016-12-16 12:27:31 -05:00
deploy_bundlefile.go Move pkg to cli/compose/convert 2016-12-16 12:27:31 -05:00
list.go Move pkg to cli/compose/convert 2016-12-16 12:27:31 -05:00
opts.go Add a short flag for docker stack deploy 2016-11-25 13:23:36 -05:00
ps.go Remove docker stack ps -a to match removal of docker service/node ps -a 2016-12-26 13:47:43 -08:00
remove.go stack deploy: handle external network when deploying 2016-11-28 17:38:41 +01:00
services.go Move ConvertService to composetransform package. 2016-12-16 12:20:07 -05:00