Sign inSign up

cagedata/gcloud

By cagedata

Updated over 9 years ago

Docker container for working with Google Cloud via the Google Cloud SDK.

Image
1

1.4K

cagedata/gcloud repository overview

Google Cloud SDK

The standard container that we use to run the gcloud and kubectl clients. Much of the code is heavily inspired by blacklabelops/gcloud.

Usage

$ docker run -it --rm \
  -e "GCLOUD_ACCOUNT=$(base64 auth.json)" \
  -e "[email protected]" \
  -e "CLOUDSDK_CORE_PROJECT=example-project \
  -e "CLOUDSDK_COMPUTE_ZONE=us-central1-b \
  -e "CLOUDSDK_COMPUTE_REGION=us-central1 \
  -e "KUBE_CLUSTER=my-kube-cluster" \
  cagedata/gcloud \
  kubectl get pods

Tag summary

Content type

Image

Digest

Size

113.6 MB

Last updated

over 9 years ago

docker pull cagedata/gcloud