Docker常见问题(二):exec: “docker-credential-desktop“: executable file not found in $PATH, out: ``

素颜马尾好姑娘i 2023-10-04 15:04 122阅读 0赞

一、详细错误信息

  1. WARNING! Using --password via the CLI is insecure. Use --password-stdin.
  2. Error saving credentials: error storing credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``

二、解决措施

just renamed credsStore to credStore, In ~/.docker/config.json。

  1. vi ~/.docker/config.json
  2. #将credsStore 改成 credStore

参考:

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

发表评论

表情:
评论列表 (有 0 条评论,122人围观)

还没有评论,来说两句吧...

相关阅读