Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
PullImage(ctx context.Context, image string) error
BuildImage(ctx context.Context, dockerfilePath string, tag string) error
CreateNetwork(ctx context.Context, networkName string) error
RemoveNetwork(ctx context.Context, networkName string) error
RunContainer(ctx context.Context, opts RunOptions) error
CopyToContainer(ctx context.Context, containerID string, srcPath string, dstPath string) error
StartContainer(ctx context.Context, containerID string, stdout io.Writer, stderr io.Writer) error
StopContainer(ctx context.Context, containerID string) error
RemoveContainer(ctx context.Context, containerID string) error
Close() error
}
Click to show internal directories.
Click to hide internal directories.