Active Nerds
Reference Library

Technical Glossary

Mechanism-first definitions for commands, architecture patterns, and key concepts across Docker, Kubernetes, Gen AI, and Agentic AI.

Active filters:Topic: Docker
Showing 15 of 49 entries

Isolated user-space process tree bounded by Linux namespaces and cgroups sharing the host kernel.

dockerkubernetesconceptbeginner

Immutable read-only tarball bundle containing root filesystem layers, binary dependencies, and OCI runtime metadata.

dockerkubernetesconceptbeginner

Linux kernel mechanism metering and limiting hardware resource allocations (CPU, memory, disk I/O) for process groups.

dockerkubernetesconceptbeginner

Kernel abstraction restricting what system resources (processes, network interfaces, mounts) a process tree can observe.

dockerconceptbeginner

Declarative plain-text build manifest consumed by BuildKit to assemble container image layers sequentially.

dockertoolbeginner

Storage driver combining distinct read-only image layers and a read-write layer into a single unified directory tree.

dockerarchitecture patternintermediate

Storage optimization strategy deferring file copies until modifications occur, sharing underlying layer blocks.

dockerarchitecture patternintermediate

Concurrent, DAG-based image builder engine in Docker offering parallel step execution and secret mounting.

dockertoolintermediate

Dockerfile design pattern using multiple FROM instructions to separate build-time SDK dependencies from slim runtime artifacts.

dockerarchitecture patternintermediate

Open Container Initiative specification defining container image tarball structures, manifests, and layer blobs.

dockerkubernetesprotocolintermediate

CLI command delegating Dockerfile parsing and layer assembly to the BuildKit engine.

dockercommandbeginner

CLI command instantiating and launching a container with specified isolation boundaries, volumes, and ports.

dockercommandbeginner

CLI command spawning a new process inside the existing namespaces of a running container.

dockercommandbeginner

CLI command creating and starting multi-container services declared in a compose YAML manifest.

dockercommandintermediate

HTTP API service storing and serving versioned OCI image manifests and content-addressable layer blobs.

dockerkubernetestoolintermediate