Versions in this module Expand all Collapse all v0 v0.0.1 Jul 7, 2018 Changes in this version + type ContainerRunner struct + func New(dockerCLI DockerCLI, dataDir string, removeContainer bool) *ContainerRunner + func (c *ContainerRunner) Run(ctx context.Context, input *types.ImageRunnerInput) ([]byte, error) + type DockerCLI interface + ContainerAttach func(ctx context.Context, container string, options types.ContainerAttachOptions) (types.HijackedResponse, error) + ContainerCreate func(ctx context.Context, config *container.Config, ...) (container.ContainerCreateCreatedBody, error) + ContainerInspect func(ctx context.Context, containerID string) (types.ContainerJSON, error) + ContainerList func(ctx context.Context, options types.ContainerListOptions) ([]types.Container, error) + ContainerRemove func(ctx context.Context, containerID string, options types.ContainerRemoveOptions) error + ContainerStart func(ctx context.Context, containerID string, options types.ContainerStartOptions) error