© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Conor Brady
To use the new docker compose command you'll also need to symlink it as a docker plugin manually:
docker compose
mkdir -p ~/.docker/cli-plugins ln -sfn $(brew --prefix)/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
And if you run into docker-credential-desktop errors when trying to use docker{-, }compose try renaming credsStore to credStore in ~/.docker/config.json
docker-credential-desktop
docker{-, }compose
credsStore
credStore
~/.docker/config.json