Replacing Docker Desktop with Lima on Mac OS
As Docker Desktop is no longer free to use, I spent my workday trying alternatives and setup Lima on Big Sur. Here are my notes that I will probably end up googling myself at some point :D
brew install docker
brew install docker-compose
brew install ...
naomiaro.hashnode.dev1 min read
Conor Brady
To use the new
docker composecommand you'll also need to symlink it as a docker plugin manually:mkdir -p ~/.docker/cli-plugins ln -sfn $(brew --prefix)/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose