# Packages
No description provided by the author
# Functions
No description provided by the author
New creates a new implementation of the STI Docker interface.
ParseDockerImageReference parses a Docker pull spec string into a DockerImageReference.
# Structs
BuildImageOptions are options passed in to the BuildImage method.
CommitContainerOptions are options passed in to the CommitContainer method.
DockerImageReference points to a Docker image.
No description provided by the author
RunContainerOptions are options passed in to the RunContainer method.
# Interfaces
Client contains all methods called on the go Docker client.
Docker is the interface between STI and the Docker client It contains higher level operations called from the STI build or usage commands.
No description provided by the author