Closed
Description
Hi,
I am trying the docker analogy here forgive me if that is totally wrong thing to do.
I am using a Ubuntu rootfs which is used to spin up a vm using firectl. Now inside the vm I did some stuff (created some files, added some packages) and then I did a reboot, which shut down the vm. Now when I use the same rootfs I have the files and packages inside already? I thought it would be immutable and I get a fresh Ubuntu next time. So I did something wrong there to make the rootfs persist? Or it's supposed to behave that way and I need different rootfs for different vm(which I dont feel is correct).
I wanted a way to persist some data but I planned it in doing by some other method but not persisting the data in rootfs itself.
Regards
Ashish