add docker stack ls

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2016-06-23 05:00:21 +00:00
parent bfbdb15f55
commit b06f3f27a4
3 changed files with 120 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