Open omertuc opened 5 months ago
yes, podman-bootc run
will "start" the VM. What actually happens is a new VM is created and started. podman-bootc list
displays any cached bootc disk images.
Oh I now see podman-bootc run
also accepts VM ID, not just image pull-spec
VM is
RUNNING
false
, is there any way to start it?podman-bootc
doesn't have any start command, is it expected from the user to simplypodman-bootc run
with the same image (I guess #42 seems related here)?