package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/luet-lab/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.
ContainerAttachConfig holds the streams to use when connecting to a container to view logs.
ContainerCommitConfig is a wrapper around types.ContainerCommitConfig that also transports configuration changes for a container.
ContainerStatsConfig holds information for configuring the runtime behavior of a backend.ContainerStats() call.
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.
ProgressWriter is a data object to transport progress streams to the client.
# Type aliases
PullOption defines different modes for accessing images.