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: Dockerarrow-up-right, containerdarrow-up-right, cri-oarrow-up-right, rktletarrow-up-right and any implementation of the Kubernetes CRI (Container Runtime Interface)arrow-up-right.

Last updated