• Possibly linux@lemmy.zip
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 day ago

    They are generally pretty good but troubleshooting them is a pain. Quadlets are also a bit more more complex than Docker compose.

    Note: User space includes root and anything not running in kernel space.

    • Nico198X@europe.pub
      link
      fedilink
      English
      arrow-up
      2
      ·
      21 hours ago

      I hate docker compose and find that much more complicated. It’s a whole other structure that’s essentially unneeded.

      But I started with podman and not docker, so that’s probably why

    • Botzo@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      I’m definitely interested in your experience and why you came to those conclusions because I’m not sure I can agree on the primary points.

      But I have to give you the note. Root is also user space (if privileged). I’ve barely ever done anything actually in kernel space, so I guess it’s easy for me to screw that up.

    • Svinhufvud@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 day ago

      Yeah I agree.

      I moved my stack from podman run to quadlets, but god damn was it frustrating to deal with them. I kept running into weird issues such as: the containers not starting every time on reboot, all containers taking like two minutes to start even without needing to download the image, the unit files not being found by systemd.

      I ended up moving back to podman run, because they just worked. It is a shame, to be honest, because I would like to use quadlets.