/gcloud-emulators-pubsub

Repository to continuously build up to date multiplatform image for gcloud pubsub emulator based on alpine linux

Primary LanguageDockerfileMIT LicenseMIT

Docker Pulls Docker Stars Docker Image Size

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