This Docker image includes some tools one may need for developing on GCP. The image is based on Debian busty and includes:
You can run bash with the container image and mount your local directory to a directory inside the container.
docker run -v ${PWD}:/workspace -it cagataygurturk/gcp-toolkit:latest /bin/bash
Content type
Image
Digest
Size
204.1 MB
Last updated
over 7 years ago
docker pull cagataygurturk/gcp-toolkit