package
1.13.1
Repository: https://github.com/react-vue-devel/moby.git
Documentation: pkg.go.dev

# Packages

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
Package logger defines interfaces that logger drivers implement to log messages.
No description provided by the author

# Functions

CreateDaemonRoot creates the root for the daemon.
GetConflictFreeLabels validate Labels for conflict In swarm the duplicates for labels are removed so we only take same values here, no conflict values If the key-value is the same we will only take the last label.
MergeDaemonConfigurations reads a configuration file, loads the file configuration in an isolated structure, and merges the configuration provided from flags on top if there are no conflicts.
ModifyRootKeyLimit checks to see if the root key limit is set to at least 1000000 and changes it to that limit along with the maxbytes allocated to the keys at a 25 to 1 multiplier.
NewConfig returns a new fully initialized Config struct.
NewDaemon sets up everything for the daemon to be able to service requests from the webserver.
ReloadConfiguration reads the configuration in the host and reloads the daemon and server.
UsingSystemd returns true if cli option includes native.cgroupdriver=systemd.
ValidateConfiguration validates some specific configs.
VerifyCgroupDriver validates native.cgroupdriver.

# Variables

DefaultInitBinary is the name of the default init binary.
DefaultRuntimeBinary is the default runtime to be used by containerd if none is specified.
ErrExtractPointNotDirectory is used to convey that the operation to extract a tar archive to a directory in a container has failed because the specified path does not refer to a directory.
ErrRootFSReadOnly is returned when a container rootfs is marked readonly.
ErrVolumeReadonly is used to signal an error when trying to copy data into a volume mount that is not writable.

# Structs

CommonConfig defines the configuration of a docker daemon which is common across platforms.
CommonTLSOptions defines TLS configuration for the daemon server.
CommonUnixConfig defines configuration of a docker daemon that is common across Unix platforms.
Config defines the configuration of a docker daemon.
Daemon holds information about the Docker daemon.
ErrImageDoesNotExist is error returned when no image can be found for a reference.
LogConfig represents the default log configuration.

# Interfaces

Cluster is the interface for github.com/docker/docker/daemon/cluster.(*Cluster).