brew install docker # this gets you the clibrew install docker-composedocker 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"