2024-02-20 04:14:21 -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 04:14:21 -08:00

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