https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecr-public/describe-registries.html列出了一个公共ECR注册中心(即ecr- public )的多个注册中心。如何对私有注册中心执行相同的操作
下一节中AWS 没有提到describe-registries,问题是如果配置了https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ecr/index.html,如何获取多个私有注册中心
发布于 2022-09-05 07:18:22
每个私有注册表都属于其AWS帐户。https://docs.aws.amazon.com/AmazonECR/latest/userguide/Registries.html
因此,您只能使用描述-登记册作为您的帐户。
https://stackoverflow.com/questions/73604756
复制相似问题