mirror of
https://github.com/NilsIrl/dockerc.git
synced 2025-09-26 19:11:13 +08:00
87246985ffda805a89b08a24ffc573226a5c1c59
dockerc - compile docker images to standalone portable binaries
Usage
Install dockerc from the latest release.
# Image from docker hub
$ dockerc --image docker://oven/bun --output bun
# Image in local docker daemon storage
$ zig-out/bin/dockerc --image docker-daemon:mysherlock-image:latest --output sherlock_bin
Skopeo is used for loading images, for other locations refer to its documentation.
Features
- Compiler docker images into portable binaries
- Rootless containers
- MacOS and Windows support (using QEMU)
- x86_64 support
- arm64 support
- Supports arguments
- Support
-p
- Support
-v
- Support other arguments...
Languages
Zig
98.4%
C
1.6%