thi-startup / spitfire

cli tool for creating, running, tampering with firecracker microvms
MIT License
4 stars 1 forks source link

feat: added rootfs build #5

Closed bxffour closed 1 year ago

bxffour commented 1 year ago

I have added the functionality to create a rootfilesystem from a docker image and modified mkroot to accomodate this.

How to test this:

./spitfire mkroot --name alpine.ext4 --fs ext4 --size 100M --image 'alpine:latest'