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 ¶
- container_cp.go
- container_exec.go
- container_inspect.go
- container_logs.go
- container_ls.go
- container_run.go
- docker.go
- image_ls.go
- info.go
- node_ls.go
- service_logs.go
- service_ls.go
- service_ps.go
- stack_service_logs.go
- stack_service_ls.go
- stack_service_ps.go
- stack_task_logs.go
- task_logs.go
- task_ls.go
- version.go
Click to show internal directories.
Click to hide internal directories.