Last active
August 29, 2015 14:07
-
-
Save umegaya/822f57f8e832c806d126 to your computer and use it in GitHub Desktop.
google/cloud-sdkで作ったコンテナから認証情報を読み取れないとき ref: http://qiita.com/umegaya/items/e0d79b9e446f13b1e6a4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -ti --name gcloud-config google/cloud-sdk gcloud auth login |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -ti --name gcloud-config -e CLOUDSDK_CONFIG=/.config/gcloud google/cloud-sdk gcloud auth login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment