Documentation ¶
Index ¶
- type ContainerListFunc
- type ExecResult
- type Provider
- func (p *Provider) ContainerList(forAll bool, withIds bool, nameFilter string) (err error)
- func (p *Provider) ContainerRun(imageName string, persistent bool, command []string) (err error)
- func (p *Provider) ContainerStop(conNameFilter string) error
- func (p *Provider) ImageList(withIds bool, nameFilter string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContainerListFunc ¶
ContainerListFunc is the function type which is used in recursive actions over queried container list.
type ExecResult ¶
type ExecResult struct { ExitCode int // contains filtered or unexported fields }
ExecResult represents a result returned from Exec()
type Provider ¶
type Provider struct { Hostname string // contains filtered or unexported fields }
func (*Provider) ContainerList ¶
ContainerList lists containers with specified filters.
func (*Provider) ContainerRun ¶
func (*Provider) ContainerStop ¶
Click to show internal directories.
Click to hide internal directories.