package
0.12.12
Repository: https://github.com/hashicorp/nomad.git
Documentation: pkg.go.dev

# Packages

This package provides a mechanism to build the Docker driver plugin as an external binary.

# Functions

NewDockerDriver returns a docker implementation of a driver plugin.

# 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.