package
0.10.5-fly
Repository: https://github.com/superfly/nomad.git
Documentation: pkg.go.dev

# Packages

This package provides a mechanism to build the Docker driver plugin as an external binary.
No description provided by the author
No description provided by the author

# 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
ContainerGCConfig controls the behavior of the GC reconciler to detects dangling nomad containers that aren't tracked due to docker/nomad bugs.
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.