Compilar tu propio Firecracker
# compilar imagen dev
podman build -t public.ecr.aws/firecracker/fcuvm:v56 --build-arg=ARCH=x86_64 -f tools/devctr/Dockerfile .
# compilar firecracker
tools/devtool build
Cosas hechas con Firecracker
- Fly Machines
- Serverless CI with Podman, Firecracker, fly.io Machines, and temporal.io - CIs optimizadas
- How to run end-to-end tests 10x faster with firecracker - similar al anterior
- Julia Evans - Firecracker: start a VM in less than a second: ejemplo básico, como compilar tu kernel y observaciones
- Go SDK y firectl: mejores interfaces (oficiales) para crear y manejar VMs
- Actuated es un runner seguro para GitHub Actions