GoogleCloudPlatform / docker-registry-driver-gcs

Docker Registry Google Cloud Storage driver
Apache License 2.0
26 stars 14 forks source link

Run script blindly takes first .boto file found #7

Closed jbeda closed 9 years ago

jbeda commented 10 years ago

It is possible to have gcloud configured with multiple accounts. Just taking the first is probably the wrong thing to do.

Looks like the proper account to use is in .config/gcloud/properties. This could change though so it might break as the gcloud guys evolve.

proppy commented 10 years ago

One workaround if you want to use one account in particular is to specify BOTO_PATH.