小编kak*_*aka的帖子

如何列出 ECR 注册表中的图像

我想列出 ECR 注册表中的图像,但出现一些错误。有人可以提供解决方案吗?

aws ecr list-images --repository-name <Repository_Name>
Run Code Online (Sandbox Code Playgroud)

下面出现错误

An error occurred (RepositoryNotFoundException) when calling the 
ListImages operation: The repository with name '<Repository_Name>' does 
not exist in the registry with id 'ID_Name'

Run Code Online (Sandbox Code Playgroud)

注意:我想列出存储库中的所有图像,但我不想使用过滤器列出图像。

aws-cli amazon-ecr

7
推荐指数
1
解决办法
2万
查看次数

标签 统计

amazon-ecr ×1

aws-cli ×1