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: 3 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T08:01:49.000Z (over 7 years ago)
- Last Synced: 2025-02-08T20:47:30.622Z (8 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
[](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.