bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Sirupsen/logrus | |
github.com/docker/distribution/uuid | Package uuid provides simple UUID generation. |
github.com/docker/docker/api | |
github.com/docker/docker/api/server | |
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/container | |
github.com/docker/docker/api/server/router/image | |
github.com/docker/docker/api/server/router/network | |
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/dockerfile | Package dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline. |
github.com/docker/docker/cli/flags | |
github.com/docker/docker/cliconfig | |
github.com/docker/docker/daemon | Package 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/logger | Package 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/jsonlog | |
github.com/docker/docker/pkg/listeners | |
github.com/docker/docker/pkg/mflag | |
github.com/docker/docker/pkg/pidfile | Package pidfile provides structure and helper functions to create and remove PID file. |
github.com/docker/docker/pkg/reexec | Package 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/registry | Package registry contains client primitives to interact with a remote Docker registry. |
github.com/docker/docker/runconfig | |
github.com/docker/docker/utils | |
github.com/docker/go-connections/tlsconfig | Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers. |
golang.org/x/sys/windows | Package windows contains an interface to the low-level operating system primitives. |
golang.org/x/sys/windows/svc | Package svc provides everything required to build Windows service. |
golang.org/x/sys/windows/svc/debug | Package debug provides facilities to execute svc.Handler on console. |
golang.org/x/sys/windows/svc/eventlog | Package eventlog implements access to Windows event log. |
golang.org/x/sys/windows/svc/mgr | Package mgr can be used to manage Windows service programs. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |