Docker Desktop has been not free since 2021, and I have been looking for/procrastinating on an alternative. My requirements:
- Free and open source, no vaperware
- I need
docker
not other container technologies docker-compose
is a must- Easy and clean installation. No messing around.
- For local testing only. I don't need a cluster or performance.
- GPU support is nice but CPU is fine.
Much blog surfing later, I decided on https://rancherdesktop.io/, among minikube
, podman
and other highly recommended alternatives.
I have an Intel Mac from 2019.
- Download the Rancher Desktop app from https://github.com/rancher-sandbox/rancher-desktop/releases/download/v1.8.1/Rancher.Desktop-1.8.1.x86_64.dmg
- Install -- moving it to the Application folder
- Run -- no issues. Then select from taskbar to open the settings page
- Use
dockerd
, enable k8s (do I actually need it)? - Done.
In OSX terminal, docker ps
command worked like a charm. I see a bunch of containers related to Rancher.
Instead of docker-compose
, you do docker compose
, and the rest just worked for my project. 'Nough said.
No difference from using Docker Desktop. You just don't notice it. No huge CPU or memory drag. Nothing crashed so far.