# 2024-07-06
Table of Contents
2024-07-06
devcontainers で Docker build できない
error getting credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
https://qiita.com/rasuk/items/a36b29b8c79d02fc551a
credsStore -> credStore ホントかなあ
いや、~/.docker/config.json
から以下の設定を消したら動いた
https://dev.classmethod.jp/articles/fix-credsstore-missing-2023-11-06/
"credsStore": "osxkeychain",