# 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
Package logger defines interfaces that logger drivers implement to log messages.
No description provided by the author
# Functions
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.
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.
VerifyCgroupDriver validates native.cgroupdriver.
# Variables
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 are common across platforms.
CommonTLSOptions defines TLS configuration for the daemon server.
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.