Imports of package container

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
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/logPackage log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
github.com/distribution/referencePackage reference provides a general type to represent any way of referencing images within the registry.
github.com/docker/docker/api/types
github.com/docker/docker/api/types/backendPackage backend includes types to send information to server backends.
github.com/docker/docker/api/types/container
github.com/docker/docker/api/types/events
github.com/docker/docker/api/types/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
github.com/docker/docker/api/types/mount
github.com/docker/docker/api/types/network
github.com/docker/docker/api/types/registry
github.com/docker/docker/api/types/swarm
github.com/docker/docker/api/types/volume
github.com/docker/docker/container
github.com/docker/docker/daemonPackage daemon exposes the functions that occur on the host server that the Docker daemon is running.
github.com/docker/docker/daemon/cluster/controllers/plugin
github.com/docker/docker/daemon/cluster/convert
github.com/docker/docker/daemon/cluster/executor
github.com/docker/docker/daemon/cluster/provider
github.com/docker/docker/libnetworkPackage libnetwork provides the basic functionality and extension points to create network namespaces and allocate interfaces for containers to use.
github.com/docker/docker/libnetwork/scope
github.com/docker/docker/libnetwork/typesPackage types contains types that are common across libnetwork project
github.com/docker/docker/volume/service/opts
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/gogo/protobuf/typesPackage types contains code for interacting with well-known types.
github.com/moby/swarmkit/v2/agent
github.com/moby/swarmkit/v2/agent/exec
github.com/moby/swarmkit/v2/api
github.com/moby/swarmkit/v2/api/genericresource
github.com/moby/swarmkit/v2/api/namingPackage naming centralizes the naming of SwarmKit objects.
github.com/moby/swarmkit/v2/log
github.com/moby/swarmkit/v2/template
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/time/ratePackage rate provides a rate limiter.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
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.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
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.