Docker) 에러 해결하기 - exec: "docker-credential-desktop.exe": executable file not found in $PATH, out:

2023. 11. 10. 23:00개발/Docker

728x90

 

윈도우 환경에서 WSL2로 Ubuntu 환경을 만들어 도커를 테스트 하는 도중 발생하는 에러

로그인이 안되는 문제가 발생함.

 

 

에러 해결 방법

 

vi ~/.docker/config.json

 

credsStore 라고 되어 있는 것을 credStore 로 변경

 

그 다음에 다시 로그인을 실행하니 잘됨.

 

 

 

https://forums.docker.com/t/docker-credential-desktop-exe-executable-file-not-found-in-path-using-wsl2/100225

 

Docker-credential-desktop.exe executable file not found in $PATH using wsl2

Using the latest build of Windows 10 and Docker for Windows 19.03.13, I cannot specify image versions in my images using WSL2 and Ubuntu 18. If I have the line FROM centos:7 in my Dockerfile, I get and error message saying failed to solve with frontend doc

forums.docker.com

 

728x90