GitHub - NilsIrl/dockerc: container image to single executable compiler
dockerc - compile docker images to standalone portable binaries
No more
No more docker run, no more pip install, no more npm i, just give your users executables they can run!
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
The output binary can then be called as you would with usual binaries. You c...
Read more at github.com