▲ | cyprien_g 4 days ago | |||||||||||||
I have never used Podman, but I hear about it very often. I currently use Colima (https://github.com/abiosoft/colima) and I'm very satisfied with it. I have tried to find a good comparison between the two, but I find it hard to have a clear opinion on which one is best for me. | ||||||||||||||
▲ | cmiles74 4 days ago | parent | next [-] | |||||||||||||
I use Podman, I wanted a Docker-like experience on MacOS or Windows. I use it to provide services during development (PostgreSQL, etc.) and working on image builds. It works pretty well. :-) | ||||||||||||||
▲ | rockyj 4 days ago | parent | prev [-] | |||||||||||||
Colima is related but separate, Colima runs a Linux VM seamlessly in MacOS so you can interact with Docker as if it was running on your host OS. Podman will also need a VM (coz there is no native Docker on MacOS). | ||||||||||||||
|