I use vmware and qemu

  • Mr. Camel999@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    I use virt-manager, aka Virtual Machine Manager. Using this specifically because of the winapps for Linux repo has instructions on how to get Windows apps to run through the VM to be integrated in a Linux environment.

    • CosmicTurtle0@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 months 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.

  • bruce965@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    3 months ago

    None, I use Docker for Linux, and Proton (Heroic) for Windows.

    But if I had to pick a virtual machine: libvirt with virt-manager as a frontend, which uses KVM for virtualization.

  • nickb333@fedia.io
    link
    fedilink
    arrow-up
    0
    ·
    3 months ago

    If I’m running another Linux distro that will be happy under the host kernel then I use LXD (or Incus) containers. Otherwise it’s QEMU+KVM or occasionally Virtual Box.

    • QuazarOmega@lemy.lol
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      3 months ago

      I use LXD (or Incus) containers

      I’ve been curious about those for a while, what are they about, are they somehow better than the usual Docker/Podman conatiners?

      • nickb333@fedia.io
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        They run a full distro rather than the minimalist that Docker containers use. You can also use them to run gui apps but that needs a bit more work to configure. I run Google Chrome sandboxed this way.