使用 Podman 向 Google Container Registry 进行身份验证

Authenticate to Google Container Registry with Podman

Google 容器注册表 documentation provides very good help on authenticating to it with Docker. Is there a way to do the same with Podman? Google 文档提到访问令牌作为一种方法。也许那行得通。如果有人对此有任何建议或经验,我将非常感谢您的帮助

gcloud auth print-access-token | podman login -u oauth2accesstoken --password-stdin XX.gcr.io xx.gcr.io 是主机名。例如 http://us.gcr.io etc use this doc