# Packages

No description provided by the author
Package dockerauth handles storing auth configuration information for Docker registries.
No description provided by the author
Package dockeriface contains an interface for go-dockerclient matching the subset used by the agent.
No description provided by the author
Package emptyvolume contains some information related to the 'emptyvolumes'.
No description provided by the author
Package testutils contains files that are used in tests but not elsewhere and thus can be excluded from the final executable.

# Functions

NewDockerGoClient creates a new DockerGoClient.
No description provided by the author
NewDockerTaskEngine returns a created, but uninitialized, DockerTaskEngine.
NewTaskEngine returns a default TaskEngine.

# Constants

No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DockerGoClient wraps the underlying go-dockerclient library.
No description provided by the author
DockerStateError is a wrapper around the error docker puts in the '.State.Error' field of its inspect output.
The DockerTaskEngine interacts with docker to implement a task engine.
No description provided by the author
ListContainersResponse encapsulates the response from the docker client for the ListContainers call.
No description provided by the author

# Interfaces

Interface to make testing it easier.
No description provided by the author