Created
February 25, 2019 07:22
-
-
Save lokeshh/0b8b9316352df3a3ccfe1c5739330288 to your computer and use it in GitHub Desktop.
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
➜ cat ~/.docker/config.json | |
{ | |
"credHelpers": { | |
"gcr.io": "gcloud", | |
"us.gcr.io": "gcloud", | |
"eu.gcr.io": "gcloud", | |
"asia.gcr.io": "gcloud", | |
"staging-k8s.gcr.io": "gcloud", | |
"marketplace.gcr.io": "gcloud" | |
} | |
}% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment