# Packages
No description provided by the author
# Functions
New returns CmdClient to make requests against the Docker daemon via external commands.
NewMockCmd creates a new mock instance.
PlatformString returns a specified of the format <os>/<arch>.
# Constants
Operating systems and architectures supported by docker.
Operating systems and architectures supported by docker.
Operating systems and architectures supported by docker.
Operating systems and architectures supported by docker.
Operating systems and architectures supported by docker.
Operating systems and architectures supported by docker.
# Variables
ErrDockerCommandNotFound means the docker command is not found.
# Structs
BuildArguments holds the arguments that can be passed while building a container.
ContainerState holds the status, exit code, and health information of a Docker container.
DockerCmdClient represents the docker client to interact with the server via external commands.
ErrContainerExited represents an error when a Docker container has exited.
ErrContainerNotExited represents an error when a Docker container has not exited.
ErrDockerDaemonNotResponsive means the docker daemon is not responsive.
MockCmd is a mock of Cmd interface.
MockCmdMockRecorder is the mock recorder for MockCmd.
RunLogOptions holds the logging configuration for Run().
RunOptions holds the options for running a Docker container.
# Interfaces
Cmd is the interface implemented by external commands.