brew install docker # this gets you the cli
brew install docker-compose
docker login # this generates a ~/.docker/config.json file
- Add the following to that newly generated file:
"cliPluginsExtraDirs": [
"/opt/homebrew/lib/docker/cli-plugins"
]
brew install colima # this provides a "container runtime"