I use vmware and qemu

  • @bruce965@lemmy.ml
    link
    fedilink
    40
    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.

    • fmstrat
      link
      fedilink
      English
      153 months ago

      From my other comment:

      Then I created a Docker image with Linux, Gnome, and novnc so I can spin one up instantly with little resource overhead and control it from any web browser.

      Maybe I should release my Dockerfile.

    • Mwas alt (prob)OP
      link
      fedilink
      English
      53 months ago

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

      Its fair bcs vmware workstation does not support gpu passthrough libvirt with virt-manager is the only way

    • @krash@lemmy.ml
      link
      fedilink
      33 months ago

      Correct me I’d I’m wrong, but with docker you’re limited to the filesyatems and the image of the OS you’re installing. If you need to experiment with the pre-OS boot events, can that even be accomplished with docker? E.g., trying out different GRUB settings, setting up LUKS with dropbear etc. I think those things require a VM.

      • @bruce965@lemmy.ml
        link
        fedilink
        63 months ago

        Yeah, you are correct. Docker shares the kernel with the host operating system, it doesn’t use hardware virtualization. That’s why it’s so fast and simple, but it also means it’s not a traditional VM and thus comes with some limitations.