首页 > 代码库 > dockerhub unauthorized: authentication required

dockerhub unauthorized: authentication required

上传image时出现错误信息:

dockerhub unauthorized: authentication required

 

docker login hub.docker.com 不可以,

需要使用https模式登录:

docker login https://hub.docker.com或者直接 docker login 

输入用户名密码即可正常上传image。

dockerhub unauthorized: authentication required