Skip to content

Instantly share code, notes, and snippets.

@webgtx
Created March 19, 2023 20:12
Show Gist options
  • Select an option

  • Save webgtx/ffe0d2db572b4dbd7faf34dc5c1fbffc to your computer and use it in GitHub Desktop.

Select an option

Save webgtx/ffe0d2db572b4dbd7faf34dc5c1fbffc to your computer and use it in GitHub Desktop.
Authenticate to Google Container Registry with Podman

Authenticate to Google Container Registry with Podman

the xx.gcr.io is the host name. for example http://us.gcr.io etc use this doc

gcloud auth print-access-token | podman login -u oauth2accesstoken --password-stdin XX.gcr.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment