Automatically updating alpine based image for gcloud pubsub emulator.
3.6K
This container provides a minimalistic image for google cloud pubsub emulator. This image is being automatically rebuilt daily to keep up with the latest version.
Run container:
docker run --rm -ti -p 8085:8085 weirdgiraffe/gcloud-emulators-pubsub
Running your application:
PUBSUB_EMULATOR_HOST=localhost:8085 ./yourapp
This image provides you with the ability to supply flags straight to the emulator, so you can explore the possible flags using:
docker run --rm -ti weirdgiraffe/gcloud-emulators-pubsub --help
Further references: https://cloud.google.com/pubsub/docs/emulator
Content type
Image
Digest
sha256:5bd1d07cd…
Size
228.7 MB
Last updated
almost 4 years ago
docker pull weirdgiraffe/gcloud-emulators-pubsub