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

Docker hello-world:验证错误

发布时间:2020-12-16 03:44:56 所属栏目:安全 来源:网络整理
导读:我刚刚开始码头工作.我按照这里指定的说明https://docs.docker.com/windows/step_one/ 我在Windows 10和Windows上安装了docker(1.10.2)跑坞码头运行你好世界.但是,我正在收到一个身份验证错误,而教程没有提到任何关于它. 这是我收到的消息. $docker run hell

我刚刚开始码头工作.我按照这里指定的说明https://docs.docker.com/windows/step_one/

我在Windows 10和Windows上安装了docker(1.10.2)跑坞码头运行你好世界.但是,我正在收到一个身份验证错误,而教程没有提到任何关于它.

这是我收到的消息.

$docker run hello-world
Unable to find image 'hello-world:latest' locally
docker: Error response from daemon: Authentication is required: Get https://registry-1.docker.io/v2/library/hello-world/manifests/latest: unauthorized: incorrect username or password.
See 'C:Program FilesDocker Toolboxdocker.exe run --help'.

我搜索了google&在这里,但找不到类似于此错误消息的任何东西.

谢谢!

当您运行任何其他docker命令时,请首次运行docker登录.

You can log into any public or private repository for which you have credentials. When you log in,the command stores encoded credentials in $HOME/.docker/config.json on Linux or%USERPROFILE%/.docker/config.json on Windows.

(编辑:李大同)

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

    推荐文章
      热点阅读