bufio | Package 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. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/docker/api | |
github.com/docker/docker/api/types | |
github.com/docker/docker/autogen/dockerversion | |
github.com/docker/docker/daemon/execdriver | |
github.com/docker/docker/daemon/execdriver/execdrivers | |
github.com/docker/docker/daemon/execdriver/lxc | |
github.com/docker/docker/daemon/graphdriver | |
github.com/docker/docker/daemon/graphdriver/aufs | |
github.com/docker/docker/daemon/graphdriver/btrfs | |
github.com/docker/docker/daemon/graphdriver/devmapper | |
github.com/docker/docker/daemon/graphdriver/overlay | |
github.com/docker/docker/daemon/graphdriver/vfs | |
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/logger/syslog | Package syslog provides the logdriver for forwarding server logs to syslog endpoints. |
github.com/docker/docker/daemon/networkdriver | |
github.com/docker/docker/daemon/networkdriver/bridge | |
github.com/docker/docker/engine | |
github.com/docker/docker/graph | |
github.com/docker/docker/image | |
github.com/docker/docker/links | |
github.com/docker/docker/nat | |
github.com/docker/docker/opts | |
github.com/docker/docker/pkg/archive | Package 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/common | |
github.com/docker/docker/pkg/directory | |
github.com/docker/docker/pkg/graphdb | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/jsonlog | |
github.com/docker/docker/pkg/mflag | |
github.com/docker/docker/pkg/namesgenerator | Package namesgenerator generates random names. |
github.com/docker/docker/pkg/networkfs/etchosts | |
github.com/docker/docker/pkg/networkfs/resolvconf | |
github.com/docker/docker/pkg/parsers | Package 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 | Package kernel provides helper function to get, parse and compare kernel versions for different platforms. |
github.com/docker/docker/pkg/parsers/operatingsystem | |
github.com/docker/docker/pkg/promise | |
github.com/docker/docker/pkg/pubsub | |
github.com/docker/docker/pkg/signal | |
github.com/docker/docker/pkg/symlink | |
github.com/docker/docker/pkg/sysinfo | Package sysinfo stores information about which features a kernel supports. |
github.com/docker/docker/pkg/system | |
github.com/docker/docker/pkg/tailfile | Package tailfile provides helper functions to read the nth lines of any ReadSeeker. |
github.com/docker/docker/pkg/timeutils | |
github.com/docker/docker/pkg/truncindex | |
github.com/docker/docker/pkg/ulimit | |
github.com/docker/docker/pkg/units | |
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/trust | |
github.com/docker/docker/utils | |
github.com/docker/docker/volumes | |
github.com/docker/libcontainer | Libcontainer provides a native Go implementation for creating containers with namespaces, cgroups, capabilities, and filesystem access controls. |
github.com/docker/libcontainer/cgroups | |
github.com/docker/libcontainer/configs | |
github.com/docker/libcontainer/devices | |
github.com/docker/libcontainer/label | |
github.com/docker/libcontainer/system | |
github.com/go-fsnotify/fsnotify | |
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 | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |