• @makingStuffForFun
    link
    154 months ago

    Erm I’ll politely disagree there. Linux is just built for it. No extra layer like Windows. Docker and Linux are besties

    • Shirasho
      link
      fedilink
      7
      edit-2
      4 months ago

      Don’t get me wrong - I know that they are, and I know that Linux is superior for running docker containers. The thing is that Windows handles all the permissions for you. An average Joe can get a docker container up and running on Windows. You need significantly more Linux-specific knowledge to get a container running on Linux, and the advice given by the community is often cryptic for beginners.

      • Azzy
        link
        fedilink
        14 months ago

        Then try podman! The podman desktop application by redhat is probably one of the nicest interfaces for container orchestration i’ve seen in a while, if not a little bare. Podman is rootless by design and there’s basically no configuration needed (for non-commercial purposes, anyway) besides loading up the gui, downloading your images, and spinning up whatever software you need.