I'm trying to create a Docker image on a Mac computer. The command fails with the following error. I'm on Docker Desktop version 2.2.05.
Cannot run program "docker-credential-desktop": error=2, No such file or directory
I've read on some forums that including "credsStore": "osxkeychain" or "credsStore": "desktop" in ~/.docker/config.json. fixes the problem but I'm not able to find this file.
Has anybody faced this issue before? Any inputs would be appreciated.