• @traches@sh.itjust.works
    link
    fedilink
    English
    06 months ago

    People don’t actually do this, right? Docker inside docker inside a VM inside another VM? On windows? Right???

    • @dan@upvote.au
      link
      fedilink
      06 months ago

      I’ve ran Docker in LXC in a KVM before. I used LXC to have multiple containers on a VPS. Then I had to run something that works best with Docker, so I stuck Docker in an LXC.

    • MrScottyTay
      link
      fedilink
      English
      06 months ago

      I’m pretty sure docker recommends that it runs under WSL when on windows.

      • @dan@upvote.au
        link
        fedilink
        0
        edit-2
        6 months ago

        Windows itself is technically running in a VM if you have Hyper-V enabled (not quite that simple, but that’s a reasonable approximation). Hyper-V is a type 1 hypervisor which means it runs directly on the underlying physical hardware, and both Windows as well as any VMs you create are running on top of Hyper-V.