package
20.10.12+incompatible
Repository: https://github.com/lacework-dev/go-moby.git
Documentation: pkg.go.dev

# Constants

PullOptionForcePull always tries to pull a ref from the registry first.
PullOptionNoPull only returns local images.
PullOptionPreferLocal uses local image if it exists, otherwise pulls.

# Structs

BuildConfig is the configuration used by a BuildManager to start a build.
CommitConfig is the configuration for creating an image as part of a build.
ContainerAttachConfig holds the streams to use when connecting to a container to view logs.
ContainerStatsConfig holds information for configuring the runtime behavior of a backend.ContainerStats() call.
CreateImageConfig is the configuration for creating an image from a container.
ExecInspect holds information about a running process started with docker exec.
ExecProcessConfig holds information about the exec process running on the host.
GetImageAndLayerOptions are the options supported by GetImageAndReleasableLayer.
LogAttr is used to hold the extra attributes available in the log message.
LogMessage is datastructure that represents piece of output produced by some container.
LogSelector is a list of services and tasks that should be returned as part of a log stream.
PartialLogMetaData provides meta data for a partial log message.
ProgressWriter is a data object to transport progress streams to the client.

# Type aliases

PullOption defines different modes for accessing images.