Add a command on scripts/tool.sh: run-firecracker, it will run a firecracker microVM based on the rootfs and kernel available in scripts directory. It will also create a tap and allocate a static IP to the VM, with the rootfs given by mkrootfs, you should be able to curl ${microvm_ip} without problem.
It also fix nginx service as it couldn't boot properly
✅ Checks
[ ] My pull request adheres to the code style of this project
[ ] My code is documented
[ ] I provided unitary tests or procedure to test my code
[ ] My PR have a clear description of what my code is supposed to do
Closes #
📑 Description
Add a command on
scripts/tool.sh
:run-firecracker
, it will run a firecracker microVM based on the rootfs and kernel available inscripts
directory. It will also create a tap and allocate a static IP to the VM, with the rootfs given bymkrootfs
, you should be able tocurl ${microvm_ip}
without problem.It also fix nginx service as it couldn't boot properly
✅ Checks
ℹ Additional Information