ctr | nerdctl | crictl
The Open Container Initiative (OCI) is a project under the Linux Foundation that aims to create open standards for container formats and runtimes. It was established in June 2015 by Docker, CoreOS, and other leaders in the container industry OCI has developed three key specifications: Runtime Specification (runtime-spec) : Defines how to run a container's filesystem bundle. Image Specification (image-spec) : Standardizes the format for container images. Distribution Specification (distribution-spec) : Provides an API protocol for distributing container content The initiative also includes tools like runc , which is a reference implementation of the runtime-spec ctr, nerdctl, and crictl: Understanding Their Roles in the Container Ecosystem When working with containers, there are several tools available for interacting with container runtimes like containerd and Kubernetes. ctr , nerdctl , and crictl are three such tools, each serving different purposes within the container life...