docker拉取镜像报错:unauthorized: incorrect username or password

拉取tensorflow镜像时报错:Error response from daemon: Get https://registry-1.docker.io/v2/tensorflow/tensorflow/manifests/latest: unauthorized: incorrect username or password

原因是没有在命令行登录

docker login
Authenticating with existing credentials...
Stored credentials invalid or expired
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username ([email protected]): 你自己的id,不是账号
Password: 
Login Succeeded

 

你可能感兴趣的:(docker拉取镜像报错:unauthorized: incorrect username or password)