Select Git revision
Forked from
Surrey Shared Containers / Apptainer biodynamo minimal
11 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 667 B
customized from docker://google/cloud-sdk:latest
Use
podman run --rm -it \
-v $(pwd):/app/data \
-w /app/data \
container-registry.surrey.ac.uk/shared-containers/google-cloud-sdk:latest
# or
apptainer pull ./docker_imgs/google_cloud_sdk.sif docker://container-registry.surrey.ac.uk/shared-containers/google-cloud-sdk:latest
apptainer exec --bind $HOME/.config/:/root/.config/ \
./docker_imgs/google_cloud_sdk.sif bash
# set up credentials
gcloud auth login --no-launch-browser
gcloud auth application-default login --no-launch-browser
# the credentials will be stored in `~/.config/gcloud` on your host computer