Closed dmigo closed 7 years ago
As this apparently happens "more frequently" in the past weeks (only on Mac), we should investigate...
Occurs somewhat frequently for me as well on OS X.
Same here, Mac OS Sierra (Docker 17.06.1-ce-mac24 (18950))
{
"auths": {
"https://pierone.stups.zalan.do": {
"auth": "xxx",
"email": "no-mail-required@example.org"
},
"https://registry-write.opensource.zalan.do": {
"email": "no-mail-required@example.org",
"auth": "xxx"
},
"https://registry.opensource.zalan.do": {
"email": "no-mail-required@example.org",
"auth": "xxx"
}
},
"credsStore": "osxkeychain"
}
Deleting "credsStore": "osxkeychain" from the JSON did the trick.
Some research we just did with @Raffo : https://github.com/docker/for-mac/issues/1826
Today I had an auth issue. While trying to do
docker push
I was getting the following log:Recreating
~/.docker/config.json
saved me.There was
"credsStore": "osxkeychain"
setting In the previous version of the~/.docker/config.json
which was causing me troubles.BTW mac os 10.12.3 pierone cli 1.1.27 docker 17.06.0-ce, build 02c1d87