A lightning-fast, daemonless container engine for OCI workflows.
Shipped: pull, images, inspect, run, ps, rm. Works against Docker Hub, GHCR, and other OCI v2 registries. Linux x86_64 only. build and push are coming. Expect breakage on main until 1.0.
Needs Zig 0.16.0. libcrun, libseccomp, libcap, and zlib-ng are vendored or fetched by the build script.
zig build # debug build at zig-out/bin/rind
zig build -Doptimize=ReleaseFast # release binary
zig build test # unit testsA justfile has shortcuts: just build, just test, just release, just bench.
rind pull alpine:3.19
rind run --rm alpine:3.19 echo hello
rind ps -a
rind imagesrind --help for the rest.
Apache-2.0. See LICENSE.
