Imports of package daemon

PathSynopsis
bufioPackage 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.
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.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/base32Package base32 implements base32 encoding as specified by RFC 4648.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
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/cgroups/v3/cgroup1/stats
github.com/containerd/cgroups/v3/cgroup2/stats
github.com/containerd/containerd
github.com/containerd/containerd/containers
github.com/containerd/containerd/content
github.com/containerd/containerd/content/local
github.com/containerd/containerd/defaultsPackage defaults provides several common defaults for interacting with containerd.
github.com/containerd/containerd/leases
github.com/containerd/containerd/metadataPackage metadata stores all labels and object specific metadata by namespace.
github.com/containerd/containerd/namespaces
github.com/containerd/containerd/oci
github.com/containerd/containerd/pkg/dialer
github.com/containerd/containerd/pkg/usernsDeprecated: use github.com/moby/sys/userns
github.com/containerd/containerd/platforms
github.com/containerd/containerd/plugin
github.com/containerd/containerd/remotes/docker
github.com/containerd/containerd/runtime/v2/runc/options
github.com/containerd/containerd/runtime/v2/shim
github.com/containerd/containerd/tracing
github.com/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
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/distributionPackage distribution will define the interfaces for the components of docker distribution.
github.com/docker/docker/api
github.com/docker/docker/api/server/router/system
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/checkpoint
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/image
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/strslice
github.com/docker/docker/api/types/swarm
github.com/docker/docker/api/types/system
github.com/docker/docker/api/types/time
github.com/docker/docker/api/types/versions
github.com/docker/docker/api/types/volume
github.com/docker/docker/builderPackage builder defines interfaces for any Docker builder to implement.
github.com/docker/docker/builder/dockerfilePackage dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline.
github.com/docker/docker/cmd/dockerd/debug
github.com/docker/docker/container
github.com/docker/docker/container/stream
github.com/docker/docker/daemon/cluster/executor
github.com/docker/docker/daemon/cluster/provider
github.com/docker/docker/daemon/config
github.com/docker/docker/daemon/containerd
github.com/docker/docker/daemon/events
github.com/docker/docker/daemon/graphdriver/register
github.com/docker/docker/daemon/images
github.com/docker/docker/daemon/loggerPackage logger defines interfaces that logger drivers implement to log messages.
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/names
github.com/docker/docker/daemon/network
github.com/docker/docker/daemon/snapshotter
github.com/docker/docker/daemon/stats
github.com/docker/docker/distribution
github.com/docker/docker/distribution/metadata
github.com/docker/docker/dockerversion
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/internal/cleanups
github.com/docker/docker/internal/multierror
github.com/docker/docker/internal/sliceutil
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
github.com/docker/docker/libcontainerd/shimopts
github.com/docker/docker/libcontainerd/types
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/cluster
github.com/docker/docker/libnetwork/config
github.com/docker/docker/libnetwork/driverapi
github.com/docker/docker/libnetwork/ipamapiPackage ipamapi specifies the contract the IPAM service (built-in or remote) needs to satisfy.
github.com/docker/docker/libnetwork/ipamutilsPackage ipamutils provides utility functions for ipam management
github.com/docker/docker/libnetwork/ipbitsPackage ipbits contains utilities for manipulating netip.Addr values as numbers or bitfields.
github.com/docker/docker/libnetwork/netlabel
github.com/docker/docker/libnetwork/networkdb
github.com/docker/docker/libnetwork/optionsPackage options provides a way to pass unstructured sets of options to a component expecting a strongly-typed configuration structure.
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/oci
github.com/docker/docker/oci/caps
github.com/docker/docker/opts
github.com/docker/docker/pkg/archivePackage archive provides helper functions for dealing with archive files.
github.com/docker/docker/pkg/authorization
github.com/docker/docker/pkg/capabilities
github.com/docker/docker/pkg/chrootarchive
github.com/docker/docker/pkg/containerfs
github.com/docker/docker/pkg/fileutils
github.com/docker/docker/pkg/idtools
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/meminfoPackage meminfo provides utilities to retrieve memory statistics of the host system.
github.com/docker/docker/pkg/namesgeneratorPackage namesgenerator generates random names.
github.com/docker/docker/pkg/parsers/kernelPackage 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/platformPackage platform provides helper function to get the runtime architecture for different platforms.
github.com/docker/docker/pkg/plugingetter
github.com/docker/docker/pkg/pluginsPackage plugins provides structures and helper functions to manage Docker plugins.
github.com/docker/docker/pkg/poolsPackage pools provides a collection of pools which provide various data types with buffers.
github.com/docker/docker/pkg/rootless
github.com/docker/docker/pkg/stack
github.com/docker/docker/pkg/stdcopy
github.com/docker/docker/pkg/stringidPackage stringid provides helper functions for dealing with string identifiers
github.com/docker/docker/pkg/sysinfoPackage sysinfo stores information about which features a kernel supports.
github.com/docker/docker/pkg/system
github.com/docker/docker/plugin
github.com/docker/docker/plugin/executor/containerd
github.com/docker/docker/reference
github.com/docker/docker/registryPackage registry contains client primitives to interact with a remote Docker registry.
github.com/docker/docker/restartmanager
github.com/docker/docker/runconfig
github.com/docker/docker/volume
github.com/docker/docker/volume/mounts
github.com/docker/docker/volume/service
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-metrics
github.com/gogo/protobuf/typesPackage types contains code for interacting with well-known types.
github.com/google/uuidPackage uuid generates and inspects UUIDs.
github.com/hashicorp/go-multierror
github.com/mitchellh/copystructure
github.com/moby/buildkit/util/grpcerrors
github.com/moby/buildkit/util/resolver
github.com/moby/buildkit/util/resolver/config
github.com/moby/buildkit/util/tracing
github.com/moby/lockerPackage locker provides a mechanism for creating finer-grained locking to help free up more global locks to handle other tasks.
github.com/moby/swarmkit/v2/agent/exec
github.com/moby/swarmkit/v2/api
github.com/moby/sys/signalPackage signal provides helper functions for dealing with signals across various operating systems.
github.com/moby/termPackage term provides structures and helper functions to work with terminal (state, sizes).
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/image-spec/specs-go/v1
github.com/opencontainers/runtime-spec/specs-go
github.com/opencontainers/runtime-spec/specs-go/featuresPackage features provides the Features struct.
github.com/opencontainers/selinux/go-selinuxPackage selinux provides a high-level interface for interacting with selinux.
github.com/opencontainers/selinux/go-selinux/label
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
github.com/rootless-containers/rootlesskit/v2/pkg/api/client
github.com/tonistiigi/go-archvariant
go.etcd.io/bboltpackage bbolt implements a low-level key/value store in pure Go.
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcPackage otelgrpc is the instrumentation library for google.golang.org/grpc.
go.opentelemetry.io/otelPackage otel provides global access to the OpenTelemetry API.
go.opentelemetry.io/otel/attributePackage attribute provides key and value attributes.
go.opentelemetry.io/otel/tracePackage trace provides an implementation of the tracing part of the OpenTelemetry API.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
golang.org/x/sync/semaphorePackage semaphore provides a weighted semaphore implementation.
golang.org/x/sys/unix
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/backoffPackage backoff provides configuration options for backoff.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
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.
net/httpPackage http provides HTTP client and server implementations.
net/netipPackage netip defines an IP address type that's a small value type.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
os/signalPackage signal implements access to incoming signals.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
resenje.org/singleflight
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
slicesPackage slices defines various functions useful with slices of any type.
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.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
syscallPackage syscall contains an interface to the low-level operating system primitives.
tags.cncf.io/container-device-interface/pkg/cdiPackage cdi has the primary purpose of providing an API for interacting with CDI and consuming CDI devices.
timePackage time provides functionality for measuring and displaying time.