Following on from my earlier post: -
Homebrew on macOS - Docker says "No" - well, kinda
I hit a related problem post the installation of Minikube etc.
When I tried to log into Docker Hub: -
docker login -u davidhay1969
I saw this: -
Password:
Error saving credentials: error storing credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
This post: -
docker-credential-desktop not installed or not available in PATH
gave me the "solution" - it was another hangover from having Docker Desktop installed, namely this file: -
~/.docker/config.json
For whatever good reason, it was necessary to edit it, and replace credsStore with credStore.
2 comments:
Thank you for this. Having a rough afternoon moving away from Docker Desktop.
As one of my customers once said, and I repeat almost daily, every day is a school day :-)
Are we having fun yet ?
Post a Comment