Kitematic: Unauthorized: incorrect username or password

Created on 20 Sep 2017  路  3Comments  路  Source: docker/kitematic

Expected behavior

Downloading a docker container in Kitematic

Actual behavior

(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

Steps to reproduce the behavior

  1. ...Create New
    screen shot 2017-09-20 at 11 35 46 am

  2. ...

Most helpful comment

Please try to login using your Docker ID (hub username) instead of your email. This should fix the issue.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

louia picture louia  路  3Comments

albfan picture albfan  路  3Comments

djsowa picture djsowa  路  3Comments

avdvyver picture avdvyver  路  4Comments

matteo-bombelli picture matteo-bombelli  路  3Comments