# 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
ContainerGCConfig controls the behavior of the GC reconciler to detects dangling nomad containers that aren't tracked due to docker/nomad bugs.
DockerVolumeDriverConfig holds a map of volume driver specific options.
# 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.