Crun
crun is an OCI-compliant container runtime implemented in C. It provides the low-level functionality required to create, start, pause, resume, and delete containers according to the Open Container Initiative runtime spec. Designed as a lightweight alternative to more feature-rich runtimes, crun emphasizes a small binary size, fast startup, and efficient use of system resources.
As a runtime component in container ecosystems, crun is intended to be used with higher-level container tools
Key technical aspects include support for Linux namespaces for isolation and cgroups to enforce resource limits.
In practice, crun is used in distributions and container stacks that require a fast, memory-efficient runtime