Documentation
¶
Index ¶
- type Docker
- func (d *Docker) ContainerCp(spec types.Spec) []types.Task
- func (d *Docker) ContainerExec(spec types.Spec) []types.Task
- func (d *Docker) ContainerInspect(spec types.Spec) []types.Task
- func (d *Docker) ContainerLogs(spec types.Spec) []types.Task
- func (d *Docker) ContainerLs(spec types.Spec) []types.Task
- func (d *Docker) ContainerRun(spec types.Spec) []types.Task
- func (d *Docker) ImageLs(spec types.Spec) []types.Task
- func (d *Docker) Info(spec types.Spec) []types.Task
- func (d *Docker) NodeLs(spec types.Spec) []types.Task
- func (d *Docker) SelectContainerIDs(name string, labels []string) ([]string, error)
- func (d *Docker) ServiceLogs(spec types.Spec) []types.Task
- func (d *Docker) ServiceLs(spec types.Spec) []types.Task
- func (d *Docker) ServicePs(spec types.Spec) []types.Task
- func (d *Docker) StackServiceLogs(spec types.Spec) []types.Task
- func (d *Docker) StackServiceLs(spec types.Spec) []types.Task
- func (d *Docker) StackServicePs(spec types.Spec) []types.Task
- func (d *Docker) StackTaskLogs(spec types.Spec) []types.Task
- func (d *Docker) TaskLogs(spec types.Spec) []types.Task
- func (d *Docker) TaskLs(spec types.Spec) []types.Task
- func (d *Docker) Version(spec types.Spec) []types.Task
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
type Docker struct {
// contains filtered or unexported fields
}
func (*Docker) SelectContainerIDs ¶ added in v0.19.5
Source Files
¶
Click to show internal directories.
Click to hide internal directories.