Files
dockerc/README.md
2024-03-05 23:03:11 -08:00

1.0 KiB

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