昨天朋友推荐玩玩 Docker。虽然之前就听过,但一直不清楚干嘛的,也没去搞过,虽然前段时间就装了,但一直没打开。这两天刚开始熟悉,就遇到了点小问题。一番 Google 之后解决了,记录一下。

CLI (command-line interface, 命令行界面) 使用

docker pull centos

命令时报了该错误,详情:

Using default tag: latest
Error response from daemon: Get https://registry-1.docker.io/v2/library/centos/manifests/latest: unauthorized: incorrect username or password

解决方法:
命令行输入 docker login,使用 docker ID

【Docker】unauthorized: incorrect username or password

【Docker】unauthorized: incorrect username or password

参考:
https://github.com/docker/hub-feedback/issues/630
https://github.com/docker/hub-feedback/issues/935

相关文章:

  • 2022-01-08
  • 2021-07-17
  • 2021-08-26
  • 2022-01-17
猜你喜欢
  • 2021-07-13
  • 2021-10-09
  • 2021-12-08
  • 2021-05-20
  • 2021-06-22
  • 2021-05-31
相关资源
相似解决方案