Using cockpit to create VMs with latest image #20878
Unanswered
ACodingfreak
asked this question in
Q&A
Replies: 1 comment
-
This sounds like a more general question about VM creation and not cockpit-machines itself. For creating virtual machines you can use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
Host machine: latest ubuntu + cockpit
Today I use cockpit to spin out new virtual machines for my dev/test activity. Earlier I was doing the same with virt-manager though.
I primarily use ubuntu 22.04 for my VMs and to maintain consistency I created a static image of the same and clone it everytime rather than fresh install. Once cloned, I try to update/upgrade the image and install necessary modules using a shell script.
How can I spin out a new virtual machine with the latest ubuntu image instead of cloning from a static image ?
Beta Was this translation helpful? Give feedback.
All reactions