Containers in 2025: Docker vs. Podman for Modern Developers | Linux Journal (www.linuxjournal.com)
from vermaterc@lemmy.ml to linux@lemmy.ml on 30 Aug 14:36
https://lemmy.ml/post/35432687

#linux

threaded - newest

h54@programming.dev on 30 Aug 16:33 next collapse

That’s a nice comparison article. I didn’t think I was living on a rock but… I thought LinuxJournal was dead?!

utopiah@lemmy.ml on 30 Aug 18:37 next collapse

Good article, I’m running Docker on my server (a dozen or so self-hosted services like PeerTube) but Podman on my desktop (for e.g. Immich) and prototyping. Honestly I should switch my server to Podman too now that most hurdles, e.g. compose support is pretty much on par and rootless practically always works.

Mio@feddit.nu on 30 Aug 19:09 collapse

I tried to switch to podman one year ago but my compose file failed. I use advanced networking where i want all traffic coming from specific source ip, including DNS. When they fix that, then i will switch as i no longer have any container that requires root.