dockerhub unauthorized: authentication required

Posted 傻子才悲伤

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章

突破 DockerHub 限制,全镜像加速服务

使用GitHub Actions自动构建DockerHub镜像

MobileFirst 适配器 - 为啥我在 MobileFirst 操作控制台的 Swagger 文档页面上发出请求时收到“401 Unauthorized”错误

docker学习笔记- 仓库

OAuth::Unauthorized 401 Unauthorized for omniauth-twitter in rails

如何查看dockerhub的所有镜像