add docker stack ls

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Upstream-commit: 5ce08ddfcae5ded73ef0c93c9daba7c916c21ae5
Component: engine
This commit is contained in:
Akihiro Suda
2016-06-23 05:00:21 +00:00
parent c0c81b997f
commit 0d2c33693e
11 changed files with 217 additions and 4 deletions

View File

@ -16,10 +16,6 @@ import (
"github.com/spf13/cobra"
)
const (
listItemFmt = "%s\t%s\t%s\t%s\t%s\n"
)
type servicesOptions struct {
quiet bool
filter opts.FilterOpt