←back to thread

1101 points codesmash | 6 comments | | HN request time: 0.644s | source | bottom
1. giamma ◴[] No.45138599[source]
I am still on an x86 Mac.

When Docker Desktop changed licensing I tried to switch to Podman and it was a disaster, Podman was brand new and despite many blog posts that claimed it was the perfect replacement it did not work for me, and I have very simple requirements. So I ended up using Rancher Desktop instead, which was also very unstable but better.

Fast forward 1 year, Rancher was pretty good and Podman still did not work reliably on my mac.

Fast forward another year or so and I switched to colima.

I tried podman last time about one year ago and I still had issues on my old mac. So far colima has been good enough for my needs although at least two times a brew update broke colima and I had to reinstall from scratch.

replies(4): >>45138873 #>>45138874 #>>45139860 #>>45143939 #
2. ehaughee ◴[] No.45138873[source]
I also had issues with Podman on an M2 Mac. I'm currently using OrbStack as I had network performance issues with Colima (I have 10GbE between the Mac and a NAS). Outside that issue, Colima was awesome.
3. ehaughee ◴[] No.45138874[source]
I also had issues with Podman on an M2 Mac. I'm currently using OrbStack as I had network performance issues with Colima (I have 10GbE between the Mac and a NAS). Outside that issue, Colima was awesome.
replies(1): >>45165793 #
4. xtracto ◴[] No.45139860[source]
This mirror my experience. Ive been testing podman over the few years since Docker changed its license. But every time there's some thing that just doesnt work. So i find myself always returning to docker
5. brikym ◴[] No.45143939[source]
I had some issues with Colima (mac) and switched to Orbstack which fixed everything.
6. giamma ◴[] No.45165793[source]
Thanks, I did not know OrbStack, will give it a try.