12 comments

[ 5.9 ms ] story [ 28.6 ms ] thread
I've seen podman advertised as a dropin docker replacement. how valid is that assertion?
I'm glad they have podman desktop. Personally though, once I realized that I can use the command line version without it (unlike docker in my experience) I uninstalled it as I don't really need the UI / KIND, etc. For me the command line is fine and having something where I don't have to first shell into wsl is great (it just runs it itself behind the scenes). Of course, Linux is generally better for development imo but this is a nice compromise on Windows.
Congratulations to the podman team!
my interaction with docker is limited to a make file that has a `docker-compose up` command, would podman work if the rest of my team is still on docker ?
Does anyone actually use Podman on its own merit?

The only use case I encountered is people who want to run Docker without root or admin permissions and use Podman just as a drop-in replacement.

I use it over docker because it has a better license, more easily installed with system package managers (installing docker is a pain, IIRC), is rootless by default, and has a pretty transparent remote API that I can use over SSH to control containers on other machines.
The fact that many companies nowadays forbid to use Docker Desktop, because they refuse to pay for developer tools also helped with those downloads.

Likewise, I am contributing to Rancher Desktop downloads with such kind of customers.

After hearing about it for years I finally said ok sure I’ll try it. Swapped it out. CPU went to 100%. kill -9. Maybe next year. I don’t have time unfortunately to unravel stuff like this, it has to just work.
Congrats to the small but mighty team behind Podman Desktop. This is an example of Red Hat planting a tiny seed that grows into something great.

( They have a pretty good ratio of seeds that grows into vs seeds that don’t. They also make minimal investment until the project is viable. This does not seem to be a common approach. )

Using podman for years for local containers development and the last months for hosting my personal services is good to see that.

Congrats to podman team.