bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/containerd/containerd/cio | |
github.com/containerd/continuity/fs | |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/events | |
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/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/local | Package local provides a logger implementation that stores logs on disk. |
github.com/docker/docker/daemon/logger/loggerutils/cache | |
github.com/docker/docker/daemon/network | |
github.com/docker/docker/errdefs | Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors. |
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/types | |
github.com/docker/docker/oci | |
github.com/docker/docker/pkg/containerfs | |
github.com/docker/docker/pkg/idtools | |
github.com/docker/docker/pkg/ioutils | |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/docker/restartmanager | |
github.com/docker/docker/volume | |
github.com/docker/docker/volume/mounts | |
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/hashicorp/go-memdb | Package memdb provides an in-memory database that supports transactions and MVCC. |
github.com/moby/swarmkit/v2/agent/exec | |
github.com/moby/sys/mount | Package mount provides a set of functions to mount and unmount mounts. |
github.com/moby/sys/signal | Package signal provides helper functions for dealing with signals across various operating systems. |
github.com/moby/sys/symlink | Package symlink implements FollowSymlinkInScope which is an extension of path/filepath.EvalSymlinks, as well as a Windows long-path aware version of path/filepath.EvalSymlinks from the Go standard library. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/opencontainers/selinux/go-selinux/label | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
io | Package io provides basic interfaces to I/O primitives. |
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. |
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. |
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. |