package
17.12.1-ce-rc2+incompatible
Repository: https://github.com/kleijnweb/cli.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
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
No description provided by the author
No description provided by the author
# Functions
CreateDaemonRoot creates the root for the daemon.
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.
NewDaemon sets up everything for the daemon to be able to service requests from the webserver.
UsingSystemd returns true if cli option includes native.cgroupdriver=systemd.
VerifyCgroupDriver validates native.cgroupdriver.
# Constants
ContainersNamespace is the name of the namespace used for users containers.
DefaultRuntimeBinary is the default runtime to be used by containerd if none is specified.
DefaultRuntimeName is the default runtime to be used by containerd if none is specified.
DefaultShimBinary is the default shim to be used by containerd if none is specified.
# 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.
# Interfaces
Cluster is the interface for github.com/docker/docker/daemon/cluster.(*Cluster).
ClusterStatus interface provides information about the Swarm status of the Cluster.
NetworkManager provides methods to manage networks.