context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/containerd/defaults | Package defaults provides several common defaults for interacting with containerd. |
github.com/containerd/containerd/tracing | |
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 | |
github.com/docker/docker/api/server | |
github.com/docker/docker/api/server/backend/build | |
github.com/docker/docker/api/server/middleware | |
github.com/docker/docker/api/server/router | |
github.com/docker/docker/api/server/router/build | |
github.com/docker/docker/api/server/router/checkpoint | |
github.com/docker/docker/api/server/router/container | |
github.com/docker/docker/api/server/router/distribution | |
github.com/docker/docker/api/server/router/grpc | |
github.com/docker/docker/api/server/router/image | |
github.com/docker/docker/api/server/router/network | |
github.com/docker/docker/api/server/router/plugin | |
github.com/docker/docker/api/server/router/session | |
github.com/docker/docker/api/server/router/swarm | |
github.com/docker/docker/api/server/router/system | |
github.com/docker/docker/api/server/router/volume | |
github.com/docker/docker/builder/builder-next | |
github.com/docker/docker/builder/dockerfile | Package dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline. |
github.com/docker/docker/cli/debug | |
github.com/docker/docker/cmd/dockerd/trap | |
github.com/docker/docker/daemon | Package daemon exposes the functions that occur on the host server that the Docker daemon is running. |
github.com/docker/docker/daemon/cluster | |
github.com/docker/docker/daemon/config | |
github.com/docker/docker/daemon/listeners | |
github.com/docker/docker/dockerversion | |
github.com/docker/docker/libcontainerd/supervisor | |
github.com/docker/docker/libnetwork/portallocator | |
github.com/docker/docker/opts | |
github.com/docker/docker/pkg/authorization | |
github.com/docker/docker/pkg/homedir | |
github.com/docker/docker/pkg/pidfile | Package pidfile provides structure and helper functions to create and remove PID file. |
github.com/docker/docker/pkg/plugingetter | |
github.com/docker/docker/pkg/reexec | Package reexec facilitates the busybox style reexec of a binary. |
github.com/docker/docker/pkg/rootless | |
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/plugin | |
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/go-connections/tlsconfig | Package tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers. |
github.com/docker/go-metrics | |
github.com/moby/buildkit/session | |
github.com/moby/buildkit/util/apicaps | |
github.com/moby/buildkit/util/tracing/detect | |
github.com/moby/swarmkit/v2/api | |
github.com/moby/term | Package term provides structures and helper functions to work with terminal (state, sizes). |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
go.opentelemetry.io/otel | Package otel provides global access to the OpenTelemetry API. |
go.opentelemetry.io/otel/propagation | Package propagation contains OpenTelemetry context propagators. |
go.opentelemetry.io/otel/sdk/resource | Package resource provides detecting and representing resources. |
golang.org/x/sys/unix | |
google.golang.org/grpc/grpclog | Package grpclog defines logging for grpc. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
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. |
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. |
tags.cncf.io/container-device-interface/pkg/cdi | Package cdi has the primary purpose of providing an API for interacting with CDI and consuming CDI devices. |
time | Package time provides functionality for measuring and displaying time. |