this post was submitted on 17 Nov 2023
539 points (97.2% liked)
linuxmemes
20880 readers
12 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this coming from someone who used podman for years for hours for development every day.
podman is cancer, it's way better to use docker rootless.
podman will break if you sneeze at it, and the only recourse you will find in github is to
podman system reset
which stinks of bad programming.docker rootless never breaks, podman may die if you cancel a download because the devs were either inexperienced or bad and instead of protecting the state with atomic filesystem operations they leave dirty files in working directories which make it fail in random and unexpected ways.
I've personally only had good experiences with podman