Imports of package daemon

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Microsoft/go-winioThis package provides utilities for efficiently performing Win32 IO operations in Go.
github.com/Microsoft/hcsshim
github.com/Sirupsen/logrus
github.com/davecgh/go-spew/spewPackage spew implements a deep pretty printer for Go data structures to aid in debugging.
github.com/docker/containerd/api/grpc/typesPackage types is a generated protocol buffer package.
github.com/docker/distributionPackage distribution will define the interfaces for the components of docker distribution.
github.com/docker/distribution/digest
github.com/docker/distribution/manifest/schema2
github.com/docker/distribution/referencePackage reference is deprecated, and has moved to github.com/distribution/reference.
github.com/docker/docker/api
github.com/docker/docker/api/errors
github.com/docker/docker/api/types
github.com/docker/docker/api/types/backendPackage backend includes types to send information to server backends.
github.com/docker/docker/api/types/container
github.com/docker/docker/api/types/events
github.com/docker/docker/api/types/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
github.com/docker/docker/api/types/mount
github.com/docker/docker/api/types/network
github.com/docker/docker/api/types/registry
github.com/docker/docker/api/types/strslice
github.com/docker/docker/api/types/swarm
github.com/docker/docker/api/types/time
github.com/docker/docker/api/types/versions
github.com/docker/docker/api/types/versions/v1p20
github.com/docker/docker/builderPackage builder defines interfaces for any Docker builder to implement.
github.com/docker/docker/builder/dockerfilePackage dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline.
github.com/docker/docker/container
github.com/docker/docker/daemon/cluster/provider
github.com/docker/docker/daemon/events
github.com/docker/docker/daemon/exec
github.com/docker/docker/daemon/graphdriver/register
github.com/docker/docker/daemon/initlayer
github.com/docker/docker/daemon/loggerPackage logger defines interfaces that logger drivers implement to log messages.
github.com/docker/docker/daemon/logger/awslogsPackage awslogs provides the logdriver for forwarding container logs to Amazon CloudWatch Logs
github.com/docker/docker/daemon/logger/etwlogsPackage etwlogs provides a log driver for forwarding container logs as ETW events.(ETW stands for Event Tracing for Windows) A client can then create an ETW listener to listen for events that are sent by the ETW provider that we register, using the provider's GUID "a3693192-9ed6-46d2-a981-f8226c8363bd".
github.com/docker/docker/daemon/logger/fluentdPackage fluentd provides the log driver for forwarding server logs to fluentd endpoints.
github.com/docker/docker/daemon/logger/jsonfilelogPackage jsonfilelog provides the default Logger implementation for Docker logging.
github.com/docker/docker/daemon/logger/logentries
github.com/docker/docker/daemon/logger/splunkPackage splunk provides the log driver for forwarding server logs to Splunk HTTP Event Collector endpoint.
github.com/docker/docker/daemon/logger/syslogPackage syslog provides the logdriver for forwarding server logs to syslog endpoints.
github.com/docker/docker/daemon/network
github.com/docker/docker/distribution
github.com/docker/docker/distribution/metadata
github.com/docker/docker/distribution/utils
github.com/docker/docker/distribution/xfer
github.com/docker/docker/dockerversion
github.com/docker/docker/image
github.com/docker/docker/image/tarexport
github.com/docker/docker/layerPackage layer is package for managing read-only and read-write mounts on the union file system driver.
github.com/docker/docker/libcontainerd
github.com/docker/docker/migrate/v1
github.com/docker/docker/oci
github.com/docker/docker/opts
github.com/docker/docker/pkg/archivePackage archive provides helper functions for dealing with archive files.
github.com/docker/docker/pkg/chrootarchive
github.com/docker/docker/pkg/directory
github.com/docker/docker/pkg/discovery
github.com/docker/docker/pkg/discovery/kv
github.com/docker/docker/pkg/fileutils
github.com/docker/docker/pkg/httputils
github.com/docker/docker/pkg/idtools
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/namesgeneratorPackage namesgenerator generates random names.
github.com/docker/docker/pkg/parsersPackage parsers provides helper functions to parse and validate different type of string.
github.com/docker/docker/pkg/parsers/kernel
github.com/docker/docker/pkg/parsers/operatingsystem
github.com/docker/docker/pkg/platformPackage platform provides helper function to get the runtime architecture for different platforms.
github.com/docker/docker/pkg/plugingetter
github.com/docker/docker/pkg/poolsPackage pools provides a collection of pools which provide various data types with buffers.
github.com/docker/docker/pkg/progress
github.com/docker/docker/pkg/pubsub
github.com/docker/docker/pkg/registrar
github.com/docker/docker/pkg/signal
github.com/docker/docker/pkg/stdcopy
github.com/docker/docker/pkg/streamformatterPackage streamformatter provides helper functions to format a stream.
github.com/docker/docker/pkg/stringidPackage stringid provides helper functions for dealing with string identifiers
github.com/docker/docker/pkg/sysinfoPackage sysinfo stores information about which features a kernel supports.
github.com/docker/docker/pkg/system
github.com/docker/docker/pkg/term
github.com/docker/docker/pkg/truncindex
github.com/docker/docker/plugin
github.com/docker/docker/reference
github.com/docker/docker/registryPackage registry contains client primitives to interact with a remote Docker registry.
github.com/docker/docker/restartmanager
github.com/docker/docker/runconfig
github.com/docker/docker/runconfig/opts
github.com/docker/docker/utils
github.com/docker/docker/volume
github.com/docker/docker/volume/drivers
github.com/docker/docker/volume/localPackage local provides the default implementation for volumes.
github.com/docker/docker/volume/store
github.com/docker/go-connections/natPackage nat is a convenience package for manipulation of strings describing network ports.
github.com/docker/go-connections/socketsPackage sockets provides helper functions to create and configure Unix or TCP sockets.
github.com/docker/go-metrics
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/docker/libnetworkPackage libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use.
github.com/docker/libnetwork/cluster
github.com/docker/libnetwork/config
github.com/docker/libnetwork/datastore
github.com/docker/libnetwork/driverapi
github.com/docker/libnetwork/drivers/windows
github.com/docker/libnetwork/ipamapiPackage ipamapi specifies the contract the IPAM service (built-in or remote) needs to satisfy.
github.com/docker/libnetwork/netlabel
github.com/docker/libnetwork/optionsPackage options provides a way to pass unstructured sets of options to a component expecting a strongly-typed configuration structure.
github.com/docker/libnetwork/typesPackage types contains types that are common across libnetwork project
github.com/docker/libtrustPackage libtrust provides an interface for managing authentication and authorization using public key cryptography.
github.com/docker/swarmkit/agent/exec
github.com/imdario/mergo
github.com/opencontainers/runc/libcontainer/configs
github.com/opencontainers/runc/libcontainer/label
github.com/opencontainers/runtime-spec/specs-go
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
golang.org/x/sys/windowsPackage windows contains an interface to the low-level operating system primitives.
golang.org/x/sys/windows/registryPackage registry provides access to the Windows registry.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.