Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 345 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 345 Bytes

pubsub emulator with script

This docker image is not optimized, but it allows to initialize pubsub and run scripts to create topics.

How to build:

docker build -t pubsub .

With compose:

docker-compose up --build

Run:

docker container run -it pubsub /bin/bash
docker run pubsub -p 8500:8500