Nils André eb885b8750 Add usage
2024-02-20 01:12:20 -08:00
2024-02-20 01:12:20 -08:00
2024-02-20 01:12:20 -08:00
2024-02-20 01:12:20 -08:00
2024-02-20 01:12:20 -08:00
2024-02-20 01:12:20 -08:00
2024-02-20 01:12:20 -08:00
2024-02-20 01:12:20 -08:00
2024-02-20 01:12:20 -08:00

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
Description
container image to single executable compiler
Readme GPL-3.0 72 MiB
Languages
Zig 98.4%
C 1.6%