# README
dockerlib
Helper functions around the Docker GO SDK
# Functions
NewDockerController is a helper method to create a new instance of a DockerController.
No description provided by the author
# Structs
Container represents a simplified interface for starting a Docker container.
No description provided by the author
DockerController is a concrete type that can be used to control Docker containers using its SDK.
No description provided by the author
EnsureImageProgress is an object to unmarshall JSON returned from Docker during a pull.
EnsureImageProgressDetail is an object to help unmarshall JSON returned from Docker during a pull.
# Interfaces
Controller is used to represent a type that can Start, Shutdown, or ShutdownAll containers.