crun 是一个低级容器运行时,实现了用于管理隔离进程生命周期的 Open Container Initiative 规范。它提供容器创建、执行和删除的核心机制,通过标准化的生命周期管理确保跨平台兼容性。
containers/crun 的主要功能包括:OCI Container Engines, OCI Runtime Implementations, Container Isolation Configuration, Container Command Executors, OCI Container Process Management, C Libraries, Container Runtime Libraries, Runtime API Embeddings。
containers/crun 的开源替代品包括: youki-dev/youki — Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open… opencontainers/runtime-spec — The project provides an open container runtime specification and standardized schema for defining container… 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…
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-
The project provides an open container runtime specification and standardized schema for defining container configurations, namespaces, resource limits, security policies, and filesystem mounts across platforms. It outlines the formal configuration formats, lifecycle operations, and execution environments necessary for portable, isolated container workloads. The specification covers container lifecycle management protocols and structured rules governing container creation, execution startup, process signaling, state tracking, and resource teardown. It standardizes local bundle packaging and
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