加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

当我试图提取公共图像时,为什么我从Docker获得授权错误?

发布时间:2020-12-16 03:34:11 所属栏目:安全 来源:网络整理
导读:当我试图跑 $docker run -it ubuntu /bin.bash 我收到以下错误: Unable to find image 'ubuntu:latest' locallydocker: Error response from daemon: Get https://registry-1.docker.io/v2/library/ubuntu/manifests/latest: unauthorized: incorrect usern

当我试图跑

$docker run -it ubuntu /bin.bash

我收到以下错误:

Unable to find image 'ubuntu:latest' locally
docker: Error response from daemon: Get https://registry-1.docker.io/v2/library/ubuntu/manifests/latest: unauthorized: incorrect username or password.
See 'docker run --help'.

当ubuntu映像公开时,为什么会出现auth错误?

适用于Windows的Docker –

repro docker pull redis

我最近收到了这个错误.我的解决方案结果是做了一个docker注销,这似乎清除了与docker hub相关的凭证输入槽(推测).在此之后,我的码头工拉雷迪斯工作得很好.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读