Перейти к файлу
Daniel Thorn c93bc91a9c
initial commit
2018-09-17 13:19:46 -07:00
Dockerfile initial commit 2018-09-17 13:19:46 -07:00
LICENSE initial commit 2018-09-17 13:19:46 -07:00
README.md initial commit 2018-09-17 13:19:46 -07:00

README.md

docker-gcloud-sbt

Dockerfile for Google Cloud SDK with the beta emulators installed

This is built on top of the google/cloud-sdk alpine image

Usage

Install Docker and pull the image (mozilla/gcloud-sdk-emulators on DockerHub):

docker pull mozilla/gcloud-sdk-emulators

You can then use gcloud inside docker to run emulators like:

docker run -itp 8085:8085 --rm mozilla/gcloud-sdk-emulators gcloud beta emulators pubsub start

Pushing a new tag to DockerHub

DockerHub automated builds automatically build the alpine and latest tags on changes to master