I use vmware and qemu

  • @[email protected]
    link
    fedilink
    English
    21 month ago

    How “scriptable” is virt-manager?

    My biggest issue with VirtualBox is that I have to install OSes as if I’m actually installing them. There aren’t any images (at least that I’m aware of) that can run with a command, like deploying an EC2.

    • Alex
      link
      fedilink
      21 month ago

      Virt-manager isn’t super scriptable but the underlying libvirt can be controlled by virsh which is a shell interface to libvirt. You can use both at the same time, e.g. start and stop via virsh and access to gui container via virt-manager/virt-viewer.

    • Possibly linux
      link
      fedilink
      English
      2
      edit-2
      1 month ago

      Virtual manager isn’t scriptable at all as it is just a GUI for libvirt. You are probably looking for qemu or virsh (libvirt)