runC
runc is a lightweight open-source container runtime that implements the Open Container Initiative (OCI) Runtime Specification. It provides the low-level primitives required to create, start, pause, resume, and delete containers on Linux, and is designed to be embedded by higher-level container engines rather than used directly by most users.
Architecturally, runc operates on a bundle directory containing a runtime configuration file (config.json) and a root
Runc is the reference implementation of the OCI Runtime Specification. It originated from Docker's libcontainer project
Because of its standardization, runc enables interoperability across runtimes and tooling, and remains a foundational component