Containerd

116

Containerd is a container runtime which can work as the layer between the Docker engine and the OCI runc executor.

Stuff you wanna know:

  1. Containerd is a graduated project within the Cloud Native Computing Foundation.
  2. Containerd has built-in support for Kubernetes Container Runtime Interface (CRI).
  3. Containerd is available as a daemon for Linux and Windows.
  4. Containerd is designed to be embedded into a larger system, rather than being used directly by developers or end-users.

More stuff: