←back to thread

1101 points codesmash | 1 comments | | HN request time: 0.199s | source
Show context
delduca ◴[] No.45137681[source]
I have ditched docker desktop on macOS for OrbStack.
replies(1): >>45137741 #
chrisweekly ◴[] No.45137741[source]
OrbStack looks pretty nice, BUT an $8/mo/user subscription? Blech.
replies(5): >>45137783 #>>45137871 #>>45137938 #>>45138266 #>>45139469 #
bzzzt ◴[] No.45137938[source]
It doesn't only look prettier, it also starts and works a lot faster. Switched a few years ago; at that time Docker desktop has a known issue of continually using 5% CPU on Mac which they didn't fix for years.
replies(1): >>45138377 #
osigurdson ◴[] No.45138377[source]
I don't understand why people need a gui for docker/podman.
replies(2): >>45138829 #>>45141080 #
grep_name ◴[] No.45141080[source]
I use orbstack, but I never look at it, it just opens when I start up the computer. I used to use docker desktop, which I never looked at either. The docker daemon has always just been broken on Mac for as long as I've been trying to work with it (about 4 years, at least as far as Mac environments).

Idk what the problem is, but it's ugly. I switched to orbstack because there was something like a memory leak happening with docker desktop, just using waaaaay too many resources all the time, sometimes it would just crash. I just started using docker desktop from the get-go because when I came on I had multiple people with more experience say 'oh, you're coming from linux? Don't even try to use the docker daemon, just download docker desktop'.

replies(1): >>45141688 #
1. osigurdson ◴[] No.45141688[source]
On Windows, the easiest thing is to just use podman without podman desktop. It installs easily as a winget package and works in your current shell without having to first start WSL (it does that behind the scenes).

On Linux, for development, podman and docker are pretty similar but I prefer the k8s yaml approach vs compose so tend to use podman.

I don't think Apple really cares about dev use cases anymore so I haven't used a Mac for development in a while (I would for iOS development of course if that ever came up).