···41414242Allow execution (chmod +x) on the create_alpine_rootfs.sh, then run it.
43434444+Download the firecracker binary
4545+4646+```
4747+ARCH="$(uname -m)"
4848+release_url="https://github.com/firecracker-microvm/firecracker/releases"
4949+latest=$(basename $(curl -fsSLI -o /dev/null -w %{url_effective} ${release_url}/latest))
5050+curl -L ${release_url}/download/${latest}/firecracker-${latest}-${ARCH}.tgz \
5151+| tar -xz
5252+5353+mv release-${latest}-$(uname -m)/firecracker-${latest}-${ARCH} firecracker
5454+```
5555+5656+or compile it from source.
5757+4458`touch firecracker.log`
45594660Finally, to run the image: