demo how to query Cloud Storage from local docker container without using a service account
"le-wagon-ds"
in the Dockerfile code before running:
make auth_app # auth your code without using `$GOOGLE_APPLICATION_CREDENTIALS` (service accounts should be used outside of Google infra only)
make build # build docker image
make run # run image: output the list of buckets of the project
make run_it # run interactively