docker build -t pubsubadmin .
docker pull willsbctm/pubsub-emulator-admin
docker run -d -p 8000:8000 -p 8085:80 -p 8432:8432 willsbctm/pubsub-emulator-admin
- Admin portal will be available in:
http://localhost:8085
- Pubsub will be available in:
localhost:8432
- The Admin portal api will be available in
http://localhost:8000/api
- Your app should have the environment variable
PUBSUB_EMULATOR_HOST
=127.0.0.1:8432
- Your client sdk should have EmulatorDetection equal to
EmulatorOnly
orEmulatorOrProduction
- Create
- List
- Delete
- List subscriptions
- Delete subscriptions
- Send message to topic