• DigitalDilemma
      link
      fedilink
      English
      530 days ago

      Thanks - I can kind of see that, as docker on windows is majorly broken. I think I’d just run it in a linux vm, as I do with most of my developing, but I can see some might not want that overhead.

      • @[email protected]
        link
        fedilink
        English
        730 days ago

        That’s the best bit about WSL (at least, version 2) is that it is a VM running a full version of Linux using Microsoft Hypervisor. There’s a bunch of drivers included that allow Windows and Linux to share filesystems and if you run Wayland/X apps in Linux they run on the Windows desktop.

        • DigitalDilemma
          link
          fedilink
          English
          329 days ago

          Sharing filesystems could be useful, I can see that.

          I do that with target dev platforms anyway, using things like NFS, samba and sftp, but I do see that it could work well for this.