Files
docker-cli/command
Yong Tang 65be5677bd 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
..
2016-12-12 09:34:03 +01:00
2016-11-08 16:17:15 -08:00
2016-12-12 09:34:03 +01:00
2016-10-25 06:43:54 +00:00
2016-12-20 21:05:19 +08:00
2016-09-19 10:34:31 -07:00
2016-12-09 14:27:53 -08:00