Documentation ¶
Index ¶
- type Docker
- func (d *Docker) ContainerInspect(spec types.Spec) []types.Task
- func (d *Docker) ContainerLogs(spec types.Spec) []types.Task
- func (d *Docker) Daemon(spec types.Spec) []types.Task
- func (d *Docker) ExecCommand(spec types.Spec) []types.Task
- func (d *Docker) Inspect(spec types.Spec) []types.Task
- func (d *Docker) Logs(spec types.Spec) []types.Task
- func (d *Docker) ReadFile(spec types.Spec) []types.Task
- func (d *Docker) ReadHostFile(spec types.Spec) []types.Task
- func (d *Docker) RunCommand(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) ContainerInspect ¶ added in v0.2.0
func (*Docker) ContainerLogs ¶ added in v0.2.0
func (*Docker) Daemon ¶
Daemon generates tasks to collect general information from Docker. The paths in the spec are interpreted as directories.
func (*Docker) ReadHostFile ¶ added in v0.3.1
Click to show internal directories.
Click to hide internal directories.