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