Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit 69662c5

Browse files
committed
Update README
Signed-off-by: Kotaro Inoue <k.musaino@gmail.com>
1 parent a5a5f78 commit 69662c5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A toy container runtime written in Zig.
44

5+
CAUTION: still under active development, not production ready.
6+
57
## Prerequisites
68

79
CAUTION: Zig language is still under active development, so building with the latest zig release might fail.
@@ -32,5 +34,7 @@ zig build -Drelease-safe
3234

3335
## Similar projects
3436

35-
- [fancl20/zrun](https://github.com/fancl20/zrun) A fast and low-memory footprint (non-standard) container runtime fully written in Zig.
37+
- [opencontainers/runc](https://github.com/opencontainers/runc) CLI tool for spawning and running containers according to the OCI specification
3638
- [containers/youki](https://github.com/containers/youki) A container runtime written in Rust
39+
- [containers/crun](https://github.com/containers/crun) A fast and lightweight fully featured OCI runtime and C library for running containers
40+
- [fancl20/zrun](https://github.com/fancl20/zrun) A fast and low-memory footprint (non-standard) container runtime fully written in Zig.

0 commit comments

Comments
 (0)