containers / podman-bootc

Apache License 2.0
18 stars 9 forks source link

`podman-bootc start` command for VM #54

Open omertuc opened 3 months ago

omertuc commented 3 months ago
$ podman-bootc list
ID            REPO                    SIZE        CREATED         RUNNING     SSH PORT
14ec31aa5da4  localhost/bootc:latest  10.7GB      39 minutes ago  false       33815

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 simply podman-bootc run with the same image (I guess #42 seems related here)?

ckyrouac commented 3 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.

omertuc commented 3 months ago

Oh I now see podman-bootc run also accepts VM ID, not just image pull-spec