Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frankie567/pubsub-emulator-alpine

Google Cloud Pub/Sub emulator Docker image, based on Alpine linux
https://github.com/frankie567/pubsub-emulator-alpine

docker-image google pubsub

Last synced: 12 days ago
JSON representation

Google Cloud Pub/Sub emulator Docker image, based on Alpine linux

Awesome Lists containing this project

README

        

# pubsub-emulator-alpine

[![Docker Pulls](https://img.shields.io/docker/pulls/frankie567/pubsub-emulator.svg)](https://hub.docker.com/r/frankie567/pubsub-emulator/)

Docker image that starts a Google Pub/Sub emulator (port `8085` by default). Just do:

```
docker run --rm -d frankie567/pubsub-emulator:alpine
```

Check the [official documentation](https://cloud.google.com/pubsub/docs/emulator) for more information about the Pub/Sub emulator.