Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

WeAreGenki/docker-google-cloud-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Cloud SDK Docker Image

GitHub Tag

Minimal Google Cloud SDK tools docker image running on an Alpine Linux base. Useful for automation on GCE or adhoc commands. Thanks to the Alpine Linux base, this image is only 166 MB uncompressed—compared to over 1 GB (omg!) for the official image. This image doesn't include any fancy extras which also helps keep it small.

Usage

From a terminal simply run the image to enter a cli environment:

$ docker run -ti --rm wearegenki/google-cloud-sdk:latest

Licence

ISC—feel free to use this source code however you like. See LICENCE.md.

Author

Proudly made by Max Milton <max@wearegenki.com>.


© We Are Genki