(no title)
davidpfarrell | 1 year ago
I'm pretty happy with docker desktop generally, but looks like it stopped updating for the version of osx I'm using on my 2019 intel mbpro, so I'll definitely consider alternatives for it there ...
Thanks for sharing !
mdeeks|1 year ago
It just sets a new "docker context" that points to OrbStack's socket file instead. You can instantly switch back to Docker Desktop with a simple `docker context use desktop-linux` command. So it's nearly zero cost to just try it out.
OrbStack had the most noticeable difference for our users who were still on Intel Macbooks. It made mine stop spinning up fans randomly.koito17|1 year ago
https://rancherdesktop.io/
It also provides the Docker CLI and nearly the same features as Docker Desktop. In fact, some Docker Desktop extensions can run on Rancher Desktop.
Do note Rancher Desktop is more oriented for Kubernetes, so most of the GUI is for managing the Kubernetes cluster rather than individual containers.
fragmede|1 year ago