Created
April 14, 2021 20:07
-
-
Save jamesward/ac6a91bd590ea40c8211837253535252 to your computer and use it in GitHub Desktop.
run gcloud container
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
export GOOGLE_APPLICATION_CREDENTIALS=your.json | |
docker run -it \ | |
-eCLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE=/certs/svc_account.json \ | |
-v$GOOGLE_APPLICATION_CREDENTIALS:/certs/svc_account.json \ | |
gcr.io/google.com/cloudsdktool/cloud-sdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment