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) 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) ContainerCp ¶ added in v0.11.0
func (*Docker) ContainerExec ¶ added in v0.11.0
func (*Docker) ContainerInspect ¶ added in v0.2.0
func (*Docker) ContainerLogs ¶ added in v0.2.0
func (*Docker) ContainerLs ¶ added in v0.11.0
func (*Docker) ContainerRun ¶ added in v0.11.0
func (*Docker) ServiceLogs ¶ added in v0.10.0
func (*Docker) StackServiceLogs ¶ added in v0.10.0
func (*Docker) StackServiceLs ¶ added in v0.11.0
func (*Docker) StackServicePs ¶ added in v0.11.0
func (*Docker) StackTaskLogs ¶ added in v0.10.0
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.