Versions in this module Expand all Collapse all v1 v1.2.4 Sep 18, 2019 v1.2.3 Sep 18, 2019 Changes in this version + type DockerExecutor struct + func NewDockerExecutor() (*DockerExecutor, error) + func (d *DockerExecutor) CopyFile(containerID string, sourcePath string, destPath string) error + func (d *DockerExecutor) GetFileContents(containerID string, sourcePath string) (string, error) + func (d *DockerExecutor) GetOutputStream(containerID string, combinedOutput bool) (io.ReadCloser, error) + func (d *DockerExecutor) Kill(containerIDs []string) error + func (d *DockerExecutor) Wait(containerID string) error + func (d *DockerExecutor) WaitInit() error