# Functions
NewDockerDriver returns a docker implementation of a driver plugin.
No description provided by the author
# Constants
ContainerNotRunningError is returned by the docker daemon if the container is not running, yet we requested it to stop.
NoSuchContainerError is returned by the docker daemon if the container does not exist.
# Variables
PluginConfig is the rawexec factory function registered in the plugin catalog.
PluginID is the rawexec plugin metadata registered in the plugin catalog.
# 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
No description provided by the author
DockerVolumeDriverConfig holds a map of volume driver specific options.
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
No description provided by the author
# Interfaces
DockerImageClient provides the methods required to do CRUD operations on the Docker images.
# Type aliases
LogEventFn is a callback which allows Drivers to emit task events.