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

    Does that include running Windows containers? It seems like the alternatives don’t support those.

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

      Windows container runtime is free as well, simply install the docker runtime from chocolatey or winget along with the Windows Containers and Hyper-V windows features. This is what we do on some build machines for CI.

      Theres no reason to use desktop other than “ease of use”

      • TrumpetX
        link
        English
        25 days ago

        There are some reasons. Networking can get messed up, so Docker Desktop “fixed that” for you, but the dirty secret is it’s basically a Linux VM with Docker CE and some convenience network routes.

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

          Youre talking about Linux containers on Windows, I think commenter above was referring to windows containers on Windows, which is its own special hell for lucky folks like me.

          Otherwise I totally agree. Ive done both setups without docker desktop.