我正试图使用我的凭据从quay.io中提取图像。我有Windows 10,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提取公共图像。
发布于 2021-12-12 07:59:59
必须在设置选项卡中启用Docker CLI Password,然后转到菜单Generate Encrypted Password

https://stackoverflow.com/questions/61436031
复制相似问题