CRI-O

CRI-O is an open source, community-driven container engine which implements the Container Runtime Interface (CRI) to enable using Open Container Initiative (OCI) compatible runtimes.

Its primary goal is to replace the Docker service as the container engine for Kubernetes implementations.

It pulls container images from registries, manages them on disk, and launches a lower-level runtime to run container processes.