Documentation ¶
Index ¶
- Constants
- type List
- func (l *List) CompileOutput(cli *docker.Client) (string, error)
- func (l *List) SetColorize(colorized bool)
- func (l *List) SetColumns(columns []string) error
- func (l *List) SetOptionAll(all bool)
- func (l *List) SetOptionNameILike(name string)
- func (l *List) SetOptionNameLike(name string)
- func (l *List) SetOptionNoTrunc(noTrunc bool)
- func (l *List) SetOptionQuiet(quiet bool)
- func (l *List) SetOptionSize(size bool)
Constants ¶
View Source
const ( IDMinWidth = 12 ImageTagMinWidth = 12 CommandMinWidth = 20 StatusUpStr = "Up" )
View Source
const ( ContainerIDColumnName = "CONTAINER ID" ImageColumnName = "IMAGE" CommandColumnName = "COMMAND" CreatedColumnName = "CREATED" StatusColumnName = "STATUS" PortsColumnName = "PORTS" NamesColumnName = "NAMES" SizeColumnName = "SIZE" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct { OptAll bool OptSize bool OptQuiet bool OptNoTrunc bool OptNameLike string OptNameILike string Columns []string Colorized bool // contains filtered or unexported fields }
func (*List) SetColorize ¶
func (*List) SetColumns ¶ added in v0.1.9
func (*List) SetOptionAll ¶
func (*List) SetOptionNameILike ¶ added in v0.1.9
func (*List) SetOptionNameLike ¶ added in v0.1.9
func (*List) SetOptionNoTrunc ¶
func (*List) SetOptionQuiet ¶
func (*List) SetOptionSize ¶
Click to show internal directories.
Click to hide internal directories.