Documentation ¶
Index ¶
- type Docker
- func (d Docker) AllContainers(ctx contexts.Context) ([]types.Container, error)
- func (d Docker) ContainerLogs(ctx contexts.Context, id string) error
- func (d Docker) RemoveContainer(ctx contexts.Context, id string) error
- func (d Docker) RunContainer(ctx contexts.Context, image string, cmd []string, env []string, ...) (string, error)
- func (d Docker) StartContainer(ctx contexts.Context, id string) error
- func (d Docker) StopContainer(ctx contexts.Context, id string) error
- func (d Docker) WaitForContainer(ctx contexts.Context, name string, id string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Docker ¶
func (Docker) AllContainers ¶
func (Docker) RemoveContainer ¶
func (Docker) RunContainer ¶
func (Docker) StartContainer ¶
Click to show internal directories.
Click to hide internal directories.