Imports of dockerd command

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/distribution/uuidPackage uuid provides simple UUID generation.
github.com/docker/docker/api
github.com/docker/docker/api/server
github.com/docker/docker/api/server/backend/build
github.com/docker/docker/api/server/middleware
github.com/docker/docker/api/server/router
github.com/docker/docker/api/server/router/build
github.com/docker/docker/api/server/router/checkpoint
github.com/docker/docker/api/server/router/container
github.com/docker/docker/api/server/router/distribution
github.com/docker/docker/api/server/router/image
github.com/docker/docker/api/server/router/network
github.com/docker/docker/api/server/router/plugin
github.com/docker/docker/api/server/router/session
github.com/docker/docker/api/server/router/swarm
github.com/docker/docker/api/server/router/system
github.com/docker/docker/api/server/router/volume
github.com/docker/docker/autogen/winresources/dockerd
github.com/docker/docker/builder/dockerfilePackage dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline.
github.com/docker/docker/builder/fscache
github.com/docker/docker/cli
github.com/docker/docker/cli/config
github.com/docker/docker/cli/debug
github.com/docker/docker/daemonPackage daemon exposes the functions that occur on the host server that the Docker daemon is running.
github.com/docker/docker/daemon/cluster
github.com/docker/docker/daemon/config
github.com/docker/docker/daemon/listeners
github.com/docker/docker/daemon/loggerPackage logger defines interfaces that logger drivers implement to log messages.
github.com/docker/docker/dockerversion
github.com/docker/docker/libcontainerd
github.com/docker/docker/opts
github.com/docker/docker/pkg/authorization
github.com/docker/docker/pkg/jsonmessage
github.com/docker/docker/pkg/pidfilePackage pidfile provides structure and helper functions to create and remove PID file.
github.com/docker/docker/pkg/plugingetter
github.com/docker/docker/pkg/reexecPackage reexec facilitates the busybox style reexec of a binary.
github.com/docker/docker/pkg/signal
github.com/docker/docker/pkg/system
github.com/docker/docker/pkg/term
github.com/docker/docker/plugin
github.com/docker/docker/registryPackage registry contains client primitives to interact with a remote Docker registry.
github.com/docker/docker/runconfig
github.com/docker/go-connections/tlsconfigPackage tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.
github.com/docker/go-metrics
github.com/docker/swarmkit/apiPackage api is a generated protocol buffer package.
github.com/moby/buildkit/session
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
golang.org/x/sys/windowsPackage windows contains an interface to the low-level operating system primitives.
golang.org/x/sys/windows/svcPackage svc provides everything required to build Windows service.
golang.org/x/sys/windows/svc/debugPackage debug provides facilities to execute svc.Handler on console.
golang.org/x/sys/windows/svc/eventlogPackage eventlog implements access to Windows event log.
golang.org/x/sys/windows/svc/mgrPackage mgr can be used to manage Windows service programs.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
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.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.