Imports of package container

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.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage 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/logPackage 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/loggerPackage logger defines interfaces that logger drivers implement to log messages.
github.com/docker/docker/daemon/logger/jsonfilelogPackage jsonfilelog provides the default Logger implementation for Docker logging.
github.com/docker/docker/daemon/logger/localPackage 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/errdefsPackage 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/layerPackage 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/stringidPackage 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/natPackage nat is a convenience package for manipulation of strings describing network ports.
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/hashicorp/go-memdbPackage memdb provides an in-memory database that supports transactions and MVCC.
github.com/moby/swarmkit/v2/agent/exec
github.com/moby/sys/mountPackage mount provides a set of functions to mount and unmount mounts.
github.com/moby/sys/signalPackage signal provides helper functions for dealing with signals across various operating systems.
github.com/moby/sys/symlinkPackage 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/errorsPackage errors provides simple error handling primitives.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.