I see Docker mentioned every other thread and was wondering how useful it is for non development things, and if so what they are.

  • Lemmy@lemm.ee
    link
    fedilink
    English
    arrow-up
    4
    ·
    4 months ago

    Wondering too, since Docker has a non-root mode, is there a reason to use Podman?

    • Domi@lemmy.secnd.me
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 months ago

      They have a different architecture so it comes down to preference.

      Docker runs a daemon that you talk to to deploy your services. podman does not have a daemon, you either directly use the podman command to deploy services or use systemd to integrate them into your system.