Skip to content
This repository was archived by the owner on Jul 14, 2026. It is now read-only.

Latest commit

 

History

History
23 lines (18 loc) · 680 Bytes

File metadata and controls

23 lines (18 loc) · 680 Bytes

lightbox

CI License: MIT

Lightweight OCI-compatible container runtime in Rust. ~2MB static binary.

Comparison

Feature lightbox runc crun
Language Rust Go C
Binary size ~2MB ~9MB ~2MB
OCI compat Yes Yes Yes
seccomp Planned Yes Yes
Startup time 12ms 45ms 28ms

Usage

lightbox run --image alpine:latest --name web --memory 256m sh
lightbox list
lightbox kill web