docker-compose push failed with "ERROR: unauthorized: authentication required" using Azure Registry
docker-compose push failed with "ERROR: unauthorized: authentication required" using Azure Registry
我正在遵循 this Microsoft 指南并且一切正常,直到我 运行 命令 docker-compose push
出现此错误: ERROR: unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
。 None 在提供的链接中提出的建议解决方案对我有用。
此外,管理员用户已启用
有什么想法吗?
谢谢。
试试这个解决方案,大部分时间它都有效:
当您登录到 docker 时,它会将凭据保存在缓存中,并且在此路径 $~:.docker/config.json 中有一个名为 config.json 的文件,检查凭据是否正确存储在那里以及是否没有什么尝试写入身份验证凭据。
我正在遵循 this Microsoft 指南并且一切正常,直到我 运行 命令 docker-compose push
出现此错误: ERROR: unauthorized: authentication required, visit https://aka.ms/acr/authorization for more information.
。 None 在提供的链接中提出的建议解决方案对我有用。
此外,管理员用户已启用
有什么想法吗?
谢谢。
试试这个解决方案,大部分时间它都有效: 当您登录到 docker 时,它会将凭据保存在缓存中,并且在此路径 $~:.docker/config.json 中有一个名为 config.json 的文件,检查凭据是否正确存储在那里以及是否没有什么尝试写入身份验证凭据。