β All Concepts
βοΈ
Container Runtime
runtimeThe execution layer that turns images into isolated running processes
The container runtime is the execution layer that turns an image into real running processes. Behind `docker run`, the Docker daemon receives the request, containerd manages container lifecycle, and runc performs the final process launch. Users see one command, but the runtime is a chain of components with different responsibilities.