
docker pull 报错 error unauthorized: incorrect username or password
问题:
~ docker pull workpress
Using default tag: latest
Error response from daemon: Get https://registry- 1.docker.io/v2/library/workpress/manifests/latest: unauthorized: incorrect username or password
解决方案:
使用docker login 进行登录
~ 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 (279250819@qq.com): 这里需要输入docker hub 上注册时的用户名ID,不是邮箱地址
Password:这里输入密码
Copyright © 2017 - 2025 boboidea.com All Rights Reserved 波波创意软件工作室 版权所有 【转载请注明出处】