Imports of package daemon

PathSynopsis
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/Sirupsen/logrus
github.com/docker/docker/api
github.com/docker/docker/api/types
github.com/docker/docker/autogen/dockerversion
github.com/docker/docker/daemon/events
github.com/docker/docker/daemon/execdriver
github.com/docker/docker/daemon/execdriver/execdrivers
github.com/docker/docker/daemon/graphdriver
github.com/docker/docker/daemon/graphdriver/vfs
github.com/docker/docker/daemon/graphdriver/windows
github.com/docker/docker/daemon/loggerPackage logger defines interfaces that logger drivers implement to log messages.
github.com/docker/docker/daemon/logger/jsonfilelogPackage jsonfilelog provides the default Logger implementation for Docker logging.
github.com/docker/docker/daemon/network
github.com/docker/docker/graph
github.com/docker/docker/image
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/broadcastwriter
github.com/docker/docker/pkg/chrootarchive
github.com/docker/docker/pkg/fileutils
github.com/docker/docker/pkg/graphdb
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/mflag
github.com/docker/docker/pkg/mount
github.com/docker/docker/pkg/namesgeneratorPackage namesgenerator generates random names.
github.com/docker/docker/pkg/nat
github.com/docker/docker/pkg/parsersPackage parsers provides helper functions to parse and validate different type of string.
github.com/docker/docker/pkg/parsers/filters
github.com/docker/docker/pkg/parsers/kernel
github.com/docker/docker/pkg/parsers/operatingsystem
github.com/docker/docker/pkg/poolsPackage pools provides a collection of pools which provide various data types with buffers.
github.com/docker/docker/pkg/promise
github.com/docker/docker/pkg/signal
github.com/docker/docker/pkg/stdcopy
github.com/docker/docker/pkg/stringidPackage stringid provides helper functions for dealing with string identifiers
github.com/docker/docker/pkg/symlink
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/truncindex
github.com/docker/docker/pkg/units
github.com/docker/docker/registryPackage registry contains client primitives to interact with a remote Docker registry.
github.com/docker/docker/runconfig
github.com/docker/docker/trust
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/libnetworkPackage libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use.
github.com/docker/libnetwork/sandbox
github.com/microsoft/hcsshim
github.com/opencontainers/runc/libcontainerPackage libcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls.
github.com/opencontainers/runc/libcontainer/label
github.com/opencontainers/runc/libcontainer/netlink
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
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.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.