NilsIrl / dockerc

container image to single executable compiler
GNU General Public License v3.0
2.74k stars 40 forks source link

Consider gvisor #3

Closed NilsIrl closed 2 months ago

NilsIrl commented 5 months ago

If a dockerc-generated executable is made available by someone else than the author of the docker image using gvisor could guarantee that using the image is safe: https://github.com/google/gvisor

NilsIrl commented 2 months ago

Seems unfeasible now that libcrun is used. It wouldn't be just a matter of replacing the runtime executable.