Containerd Daemon (containerd runtime)
containerd.exe is the Windows daemon for the containerd runtime, acting as the core service that coordinates container lifecycles, image pull and delivery, storage management, and runtime shim orchestration. It runs in the background to support Windows container workloads and is commonly started by Docker Desktop or Kubernetes nodes.
Containerd.exe implements the daemon side of containerd, coordinating with shim processes and runtimes to start/stop containers, manage image layers and storage, and expose API endpoints used by Docker and Kubernetes to orchestrate containers.
Reasons it's running: