# README
This directory contains code pertaining to running containers and storing images
Code pertaining to running containers:
- execdriver
Code pertaining to storing images:
- graphdriver
# 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.
# Constants
NetworkByID represents a constant to find a network by its ID.
NetworkByName represents a constant to find a network by its Name.
# 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.
ContainerAttachWithLogsConfig holds the streams to use when connecting to a container to view logs.
ContainerLogsConfig holds configs for logging operations.
ContainersConfig is the filtering specified by the user to iterate over containers.
ContainerStatsConfig holds information for configuring the runtime behavior of a daemon.ContainerStats() call.
ContainerWsAttachWithLogsConfig attach with websockets, since all stream data is delegated to the websocket to handle there.
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.