package
0.0.0-20240818021530-f5e744f7964a
Repository: https://github.com/kaisenlinux/docker.io.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.
ContainerCreateConfig is the parameter set to ContainerCreate().
ContainerRmConfig holds arguments for the container remove operation.
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.
GetImageOpts holds parameters to retrieve image information from the backend.
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.
NetworkListConfig stores the options available for listing networks.
PartialLogMetaData provides meta data for a partial log message.
PluginDisableConfig holds arguments for plugin disable.
PluginEnableConfig holds arguments for plugin enable.
PluginRmConfig holds arguments for plugin remove.
ProgressWriter is a data object to transport progress streams to the client.
# Type aliases
PullOption defines different modes for accessing images.