【docker】(已解决)failed to authorize failed fetch oauth token Post https auth.docker.io token Method…
还重名就过分了啊 2024-09-17 13:37:02 阅读 81
文章目录
1 背景2 解决
1 背景
想build一个镜像,终端输入命令:
<code>docker build . -t client-custom:latest
报出如下错误:
ERROR: failed to solve: laoaby/2024rmus:test: pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed.
于是我很快上网去查,出来的结果都是叽里呱啦不知道在讲什么,搞来搞去扯一通丝毫没有解决办法,完全是浪费时间,恶心死人了。
2 解决
查看Docker教程,受到启发,命令前面加个sudo即可。
也即:
<code>sudo docker build . -t client-custom:latest
over.
上一篇: 超详细! VMware Workstation安装 Linux-Centos 7x64 虚拟机(图文)教程 包会!
下一篇: 负载均衡:从理论到实践 ---day04
本文标签
【docker】(已解决)failed to authorize failed fetch oauth token Post https auth.docker.io token Method…
声明
本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。