Container Engines and Runtimes
- 01. crun - A fast and low-memory footprint OCI Container Runtime fully written in C.
- 02. gVisor is an application kernel for containers that provides efficient defense-in-depth anywhere.
- 03. nabla containers, a new type of container designed for strong isolation on a host.
- 04. containerd is an industry-standard container runtime with an emphasis on simplicity, robustness and portability
- 05. CRI-O is another high-level container runtime which implements CRI. It’s an alternative to containerd. It pulls container images from registries, manages them on disk, and launches a lower-level runtime to run container processes.
- 06. Kata Containers is an open source container runtime, building lightweight virtual machines that seamlessly plug into the containers ecosystem.
- 07. runc provides all of the low-level functionality for containers, interacting with existing low-level Linux features, like namespaces and control groups. It uses these features to create and run container processes.
- 08. Mirantis Container Runtime (MCR) enables containers to run efficiently on any substrate, powering business critical applications
- 09. Inclavare Containers - An open source enclave container runtime and security architecture for confidential computing scenarios.
- 10. WasmEdge provides high-performance and secure runtimes for microservice applications.
- 11. Podman is a daemonless container engine for developing, managing, and running OCI Containers on your Linux System.