I have uninstalled Docker Desktop, and am running Docker in WSL on Windows 11 with Ubuntu 22.4 LTS. When running “docker compose” creating [Postgres] container, the docker-credential-desktop.exe is being invoked and throwing an error.
failed to resolve source metadata for docker.io/library/postgres:11-bullseye: error getting getting credentials - err: exec: "docker-credential-desktop.exe": executable file not found in $PATH, out: ``" host=registry-1.docker.io
A member of my team has the process working successfully, but he started without Docker Desktop installed.
Windows Uninstall apparently left some hooks into Desktop that weren’t uninstalled. How can I remove all remnants of Desktop and the call to docker-credential-desktop.exe? or how to at least not look for credentials from the uninstalled Desktop?