Build single-executable microVMs from Docker images
Bottlefire API GitHub Sign in Bottlefire turns container images into standalone, zero-dependency Linux executables that
bundle Firecracker and launch microVMs automatically. $ curl -fL https://bottlefire.dev/run/debian:trixie | sh
root@container:/#
# Sandbox with Landlock
$ curl -fL https://bottlefire.dev/run/debian:trixie | \
landrun --best-effort --unrestricted-network --rox /usr/bin --rox /usr/lib --ro /etc --ro /run --rw /dev/kvm --rw /dev/tty --rwx /tmp sh
root@container:/#
# Download the ...
Read more at bottlefire.dev