encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/Sirupsen/logrus | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/mount | |
github.com/docker/docker/api/types/network | |
github.com/docker/docker/api/types/swarm | |
github.com/docker/docker/container/stream | |
github.com/docker/docker/daemon/exec | |
github.com/docker/docker/daemon/logger | Package logger defines interfaces that logger drivers implement to log messages. |
github.com/docker/docker/daemon/logger/jsonfilelog | Package jsonfilelog provides the default Logger implementation for Docker logging. |
github.com/docker/docker/daemon/network | |
github.com/docker/docker/image | |
github.com/docker/docker/layer | Package 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/pkg/archive | Package archive provides helper functions for dealing with archive files. |
github.com/docker/docker/pkg/idtools | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/promise | |
github.com/docker/docker/pkg/signal | |
github.com/docker/docker/pkg/symlink | |
github.com/docker/docker/pkg/system | |
github.com/docker/docker/restartmanager | |
github.com/docker/docker/runconfig | |
github.com/docker/docker/runconfig/opts | |
github.com/docker/docker/volume | |
github.com/docker/go-connections/nat | Package nat is a convenience package for manipulation of strings describing network ports. |
github.com/docker/go-units | Package units provides helper function to parse and print size and time units in human-readable format. |
github.com/docker/libnetwork | Package libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use. |
github.com/docker/libnetwork/netlabel | |
github.com/docker/libnetwork/options | Package options provides a way to pass unstructured sets of options to a component expecting a strongly-typed configuration structure. |
github.com/docker/libnetwork/types | Package types contains types that are common across libnetwork project |
github.com/docker/swarmkit/agent/exec | |
github.com/opencontainers/runc/libcontainer/label | |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
io | Package io provides basic interfaces to I/O primitives. |
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. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |