相关疑难解决方法(0)

如何使用gcloud或其他CLI在Google容器注册表中列出已发布的容器图像

是否有gcloudAPI或其他命令行界面(CLI)来访问私有Google容器注册表中已发布容器图像的列表?(这是Google Cloud Platform项目中的容器注册表)

gcloud container 似乎没有帮助:

$ gcloud container
Usage: gcloud container [optional flags] <group | command>
  group may be           clusters | operations
  command may be         get-server-config

Deploy and manage clusters of machines for running containers.

flags:
  --zone ZONE, -z ZONE   The compute zone (e.g. us-central1-a) for the cluster

global flags:
  Run `gcloud -h` for a description of flags available to all commands.

command groups:
  clusters               Deploy and teardown Google Container Engine clusters.
  operations             Get and list operations …
Run Code Online (Sandbox Code Playgroud)

docker gcloud google-kubernetes-engine google-container-registry

10
推荐指数
1
解决办法
8104
查看次数