LoginSignup
3
2

More than 5 years have passed since last update.

Google Container Registryにログインする

Last updated at Posted at 2016-12-17

今までずっと自前のレジストリを使っていましたが、色々と面倒なのでGCRを使うことにしました。
GCRを使う場合は、以下のようにoauth tokenで認証します。

x> docker login -u oauth2accesstoken \
  -p (gcloud auth print-access-token) \
  https://asia.gcr.io

簡単でいいですね :)

3
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
2