Install Colima and configure Docker CLI plugins
Published at
Install colima
brew install colima
Install docker client and docker compose
brew install docker docker-compose
Configure plugin
For Docker to find the plugin, add "cliPluginsExtraDirs" to ~/.docker/config.json: "cliPluginsExtraDirs": [ "/opt/homebrew/lib/docker/cli-plugins" ]