Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frankie567/pubsub-emulator-alpine
- Owner: frankie567
- License: mit
- Created: 2018-05-17T07:04:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T08:01:49.000Z (over 6 years ago)
- Last Synced: 2024-10-28T19:55:09.477Z (2 months ago)
- Topics: docker-image, google, pubsub
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.