1

我正在尝试使用我的凭据从 quay.io 中提取图像。我的机器上安装了 Windows 10、Docker Desktop 2.2.0.5。

我打开我的 cmd 并输入: docker login quay.io

我提供了我的用户名和密码,然后出现以下错误:

Error response from daemon: Get https://quay.io/v2/: unauthorized: access to the requested resource is not authorized

我已经尝试在 .docker/daemon.json 中添加 quay.io 作为不安全的注册表

{
  "registry-mirrors": [],
  "insecure-registries": ["quay.io:5000"],
  "debug": true,
  "experimental": false
}

这没用。我无法从 quay.io 中提取图像...。我检查过,我能够从 Dockerhub 中提取公共图像。

4

1 回答 1

1

您必须在设置选项卡中启用Docker CLI Password然后转到菜单 ‍‍‍‍<code>Generate Encrypted Password 在此处输入图像描述

于 2021-12-12T07:59:59.940 回答