OCI Runtime Spec
OCI spec of the container runtime (runc reference).
Definition
OCI Runtime Spec v1.1.0 (2024) defines bundle filesystem layout (rootfs/ + config.json), lifecycle (create, start, kill, delete, state), hooks (prestart, createRuntime, createContainer, startContainer, poststart, poststop). Platforms: Linux (namespaces, cgroups, seccomp, capabilities, AppArmor, SELinux), Windows, Solaris, VM.
Origin
Open Container Initiative, v1.0.0 2017, v1.1.0 February 2024.
Usage
Interface used by containerd, CRI-O, Podman, Docker Engine via runc / crun / youki.