Docker container to build a linux kernel and ext4 rootfs compatible with firecracker.
Based on the wonderful work done by bkleiner, with significant changes in order to make it build Arch Linux's kernel.
Build the container:
docker build -t arch-firecracker .
Build the image:
docker run --privileged -it --rm -v $(pwd)/output:/output arch-firecracker