• x00z@lemmy.world
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 day ago

    Run Linux stuff on Windows.

    A big use case is development with Docker containers.

    • DigitalDilemma@lemmy.ml
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 day 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.

      • rmuk@feddit.uk
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 day 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@lemmy.ml
          link
          fedilink
          English
          arrow-up
          3
          ·
          19 hours 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.