docker

package
v2.2.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DockerExecutor

type DockerExecutor struct{}

func NewDockerExecutor

func NewDockerExecutor() (*DockerExecutor, error)

func (*DockerExecutor) CopyFile

func (d *DockerExecutor) CopyFile(containerID string, sourcePath string, destPath string) error

func (*DockerExecutor) GetFileContents

func (d *DockerExecutor) GetFileContents(containerID string, sourcePath string) (string, error)

func (*DockerExecutor) GetOutput

func (d *DockerExecutor) GetOutput(containerID string) (string, error)

GetOutput returns the entirety of the container output as a string Used to capturing script results as an output parameter

func (*DockerExecutor) Kill

func (d *DockerExecutor) Kill(containerIDs []string) error

killContainers kills a list of containerIDs first with a SIGTERM then with a SIGKILL after a grace period

func (*DockerExecutor) Logs

func (d *DockerExecutor) Logs(containerID string, path string) error

Logs captures the logs of a container to a file

func (*DockerExecutor) Wait

func (d *DockerExecutor) Wait(containerID string) error

Wait for the container to complete

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL