Sign inSign up

weirdgiraffe/gcloud-emulators-pubsub

By weirdgiraffe

Updated almost 4 years ago

Automatically updating alpine based image for gcloud pubsub emulator.

Image
0

3.6K

weirdgiraffe/gcloud-emulators-pubsub repository overview

GitHub

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.

Usage

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

Tag summary

Content type

Image

Digest

sha256:5bd1d07cd

Size

228.7 MB

Last updated

almost 4 years ago

docker pull weirdgiraffe/gcloud-emulators-pubsub