
docker-compose buildしたらdockerpycreds.errors
https://nishinatoshiharu.com/existing-rails-dockernize/)
をやっててdocker-compose build
したら下記のようなエラーが出た
dockerpycreds.errors.StoreError: Credentials store docker-credential-osxkeychain exited with "The specified
解決
下記のチェックを外す
んでvi ~/.docker/config.json
して"credsStore": "osxkeychain"
の記述を消す
参照
docker-credential-osxkeychain not installed on build #722
Credentials store docker-credential-osxkeychain exited with “User interaction is not allowed.”
docker login