this post was submitted on 27 Oct 2025
219 points (99.1% liked)
Linux
9942 readers
2050 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Docker Compose works great with Podman.
It supposedly does. But why should I use podman then?
Native system packages and more features as well.
Okay, now I am curious. Can you please explain what exactly you mean? Like, what do you mean by “Native system packages”? And what features would you miss with docker? Thanks!
Sure! Docker CE needs you to add their own repo for deb or RPM based distros. Podman is available on all of the big distros main repos.
The biggest feature to me is this one https://docs.podman.io/en/latest/markdown/podman-kube.1.html
Podman and docker are good getting started with container steps (nerdctl is also awesome), but just a starting point with k8s being the goal for almost every service and job deployment to me.
The main reasons for me are security, reliability, and one less daemon. But you do you.