Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open Container Initiative specifications. It serves as an execution engine that can function as a rootless container manager or a pluggable Kubernetes CRI runtime to manage pods and containers within a cluster. The project distinguishes itself by providing a Wasm container runtime capable of executing WebAssembly modules as isolated workloads compatible with standard orchestration tools. It further supports a rootless execution model, allowing isolated environments to start as non-
Finch is a virtual machine-based container runtime and OCI container management CLI used for local container development. It operates by running container workloads inside a background virtual machine to isolate them from the host operating system. The project serves as an OCI image builder and a multi-container service orchestrator for simulating complex production environments on a workstation. The runtime functions as a cross-platform container engine, utilizing emulation layers to execute container images built for foreign CPU architectures. It distinguishes its image distribution through
Youki is an OCI container runtime written in Rust. It implements the Open Container Initiative runtime specification to manage the lifecycle of containerized processes and ensure compatibility with standard container images and engines. The runtime is designed for memory safety and supports rootless container execution, allowing containers to run as non-root users to reduce security risks and limit privilege escalation. It provides core container management capabilities, including spawning and managing OCI containers. This is achieved through Linux namespace isolation, cgroup-based resource
Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual machines through a single control plane. It brings together cluster infrastructure management, secure multi-tenancy, software-defined networking, and pluggable storage backend orchestration into one cohesive system exposed via a full REST API and command-line interface. What distinguishes Incus is its ability to run multiple instance types side by side—full Linux system containers, OCI application containers, and QEMU virtual machines—all managed with consistent tooling. Networkin
crun este un runtime de containere low-level care implementează specificația Open Container Initiative pentru gestionarea ciclului de viață al proceselor izolate. Oferă mecanismele de bază pentru crearea, execuția și ștergerea containerelor, asigurând compatibilitatea între platforme prin gestionarea standardizată a ciclului de viață.
The main features of containers/crun are: OCI Container Engines, OCI Runtime Implementations, Container Isolation Configuration, Container Command Executors, OCI Container Process Management, C Libraries, Container Runtime Libraries, Runtime API Embeddings.
Open-source alternatives to containers/crun include: youki-dev/youki — Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open… runfinch/finch — Finch is a virtual machine-based container runtime and OCI container management CLI used for local container… containers/youki — Youki is an OCI container runtime written in Rust. It implements the Open Container Initiative runtime specification… lxc/incus — Incus is a unified orchestration platform for managing system containers, OCI application containers, and virtual… docker/docker-ce — Docker CE is an OCI compliant container platform and runtime engine used for building and running applications within… docker/docker — Docker is an OCI container engine and runtime orchestrator used to build, run, and manage isolated applications. It…