mirror of
https://github.com/NilsIrl/dockerc.git
synced 2025-09-26 19:11:13 +08:00
eb885b8750c18f5401f7277e8a72f8694824261c
dockerc - compile docker images to standalone portable binaries
Usage
Example with the oven/bun
docker image. This works for any image you can think of!
$ dockerc --image docker://oven/bun --output bun
Features
- Compiler docker images into portable binaries
- Rootless containers
- MacOS support (using qemu)
- x86_64 support
- arm64 support
- Supports arguments
- Support
-p
- Support
-v
- Support other arguments...
Why zig?
- Small binary size
- Full static linking
Languages
Zig
98.4%
C
1.6%