Skip to content

Container Runtimes

lxc

"LXC is an operating-system-level virtualization method for running multiple isolated Linux systems on a control host using a single Linux kernel."

rkt

"rkt is an application container engine developed for modern production cloud-native environments. It features a pod-native approach, a pluggable execution environment, and a well-defined surface area that makes it ideal for integration with other systems."

cri-o

"CRI-O is an implementation of the Kubernetes CRI (Container Runtime Interface) to enable using OCI (Open Container Initiative) compatible runtimes.""

Docker

...

Minict

"Minict is a minimal container runtime written in Go. It was made mainly for learning purposes and is intended to be as simple as possible."

  • https://github.com/Ripolak/minict

Talos

"Talos is a modern OS designed to be secure, immutable, and minimal. Its purpose is to host Kubernetes clusters, so it is tightly integrated with Kubernetes."

  • https://www.talos.dev/