Downloading a docker container in Kitematic
(HTTP code 401) unexpected - {"message":"Get https://registry-1.docker.io/v2/library/jenkins/manifests/latest: unauthorized: incorrect username or password"}### Information about the Issue
...Create New

...
I commented out the "credsStore" line in my docker config.json to be able to retrieve public images.
{
// "credsStore" : "osxkeychain",
"auths": {
"https://index.docker.io/v1/": {}
}
}
~/.docker/config.json
Ah, good to know, that is a help to use the UI. Seems like a bug here they should fix.
Please try to login using your Docker ID (hub username) instead of your email. This should fix the issue.
Most helpful comment
Please try to login using your Docker ID (hub username) instead of your email. This should fix the issue.