ediverse Explore the platform

Spotlight PEPPOL BIS Billing 3.0 The EU e-invoicing mandate is here — France Sept 2026, Belgium Jan 2026, Germany 2025.

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.

Related terms

  • OCI Image — spec image jumelle.
  • runc — reference runtime.
  • CRI — interface Kubernetes.

Last updated: May 18, 2026