Container Runtime

Software responsible for running containers (Such as Docker)

The container runtime is the software that is responsible for running containers.

Kubernetes supports several container runtimes: Docker, containerd, cri-o, rktlet and any implementation of the Kubernetes CRI (Container Runtime Interface).

Last updated

Was this helpful?