• Shirasho
    link
    8
    edit-2
    6 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
      16 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.