Unable to docker login through CLI

Unable to docker login through CLI - unauthorized: incorrect username or password

To solve it properly.. you need to logout first.

docker logout
docker login
"enter ID, instead of email"
"enter password"

It should resolve this issue

参考:https://github.com/docker/hub-feedback/issues/935

原文地址:https://www.cnblogs.com/hanlong/p/9522367.html