CBAnd if you run into docker-credential-desktop errors when trying to use docker{-, }compose try renaming credsStore to credStore in ~/.docker/config.jsonReply·Article·Aug 30, 2022·Replacing Docker Desktop with Lima on Mac OS
CBTo use the new docker compose command 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-composeComment·Article·Aug 30, 2022·Replacing Docker Desktop with Lima on Mac OS