Docker incorrect username or password

$ docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: unauthorized: incorrect username or password.
See 'docker run --help'.

解决方法:

使用docker ID登录,不要使用邮箱登录

猜你喜欢

转载自blog.csdn.net/hyrzzh/article/details/81670370