Sign inSign up

ukitomato/google-cloud-sdk

By ukitomato

Updated almost 7 years ago

Image
0

959

ukitomato/google-cloud-sdk repository overview

Docker Google Cloud SDK

This is a docker image source for Google Cloud SDK

Description

Install

$ docker pull ukitomato/google-cloud-sdk
$ docker run -ti --name gcloud-config ukitomato/google-cloud-sdk auth login

Usage

  1. add .bash_profile
alias gcloud='docker run --rm -ti --volumes-from gcloud-config -v $(pwd):/working -w /working ukitomato/google-cloud-sdk'
  1. you can use gcloud commands as if it were installed locally
$ gcloud version

Licence

MIT

Author

Yuki Yamato [ukitomato]

Tag summary

Content type

Image

Digest

Size

670.5 MB

Last updated

almost 7 years ago

docker pull ukitomato/google-cloud-sdk