Can it be used to run Docker Compose workloads? As I understand, the tool is launched because at the end of January the Docker Desktop grace period elapses and it becomes paid for large business.
For anyone reading this: Rancher Desktop w/dockerd powers docker-compose perfectly (installed via pip3), at least on some of my projects `docker-compose up --build` ran out of the box without any problems.
*Q: I can no longer run docker compose after installing Rancher Desktop and uninstalling Docker Desktop, what happened?*
*A: The docker compose subcommand is bundled as part of a Docker Desktop installation and is removed when uninstalled. Follow these instructions to install it.*
It also stated you can have both Docker Desktop and Rancher Desktop installed, but only one can be running at a time as it shares the same docker socket. I might try installing Rancher Desktop and stopping Docker Desktop and seeing if it all works as expected.
On macOS