this post was submitted on 28 Jun 2024
311 points (94.6% liked)

Programmer Humor

31214 readers
655 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 3 days ago (4 children)

As someone who has used and loved Docker since 2015, but never used Podman, can you explain the difference and why I might want to make the switch?

[–] ikidd 5 points 3 days ago

If you want to lose most of your tooling and community support, Podman is a great way to go.

[–] [email protected] 3 points 3 days ago

From what I heard, podman doesn’t require root but that’s about it. On the other side, it’s a redhat thing and it’s not as popular which means less documented and less containers

[–] [email protected] 7 points 3 days ago* (last edited 3 days ago) (1 children)

From a practical standpoint I’m really not qualified recommend one over the other, but the licensing is different. Podman also seems to be more “open source-y,” but I’m going on vibes here; perhaps someone more knowledgeable can elucidate.

[–] Feathercrown 14 points 3 days ago (1 children)

Why would you recommend people make the effort to switch to Podman if you can't name any benefits of doing so?

[–] [email protected] 2 points 3 days ago

I would suggest that if someone is using neither, perhaps consider podman as open source. However, I too would need a reason to move. I mainly use synology for images, so its their container manager, rather than docker but my understanding is its docker under the hood.

[–] [email protected] 2 points 3 days ago

Supposed to be an easy, if not a drop in replacement afaik, it's under a permissive licence (Apache 2.0), beyond that it's authored by RedHat I can't tell you much else, it's something I've been considering moving to personally (and work, pretty much for licencing and the few of us that want to use more open tech stacks) I just haven't had a chance to work with it.

Supposedly able to pull docker images and work with docker-compose, just not swarm.