GithubHelp home page GithubHelp logo

girbons / gcloud-pubsub-emulator-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rahlfinger/gcloud-pubsub-emulator-docker

0.0 2.0 1.0 3 KB

This is the Docker image for the Google Cloud PubSub Emulator

License: MIT License

Dockerfile 100.00%

gcloud-pubsub-emulator-docker's Introduction

Google Cloud PubSub Emulator Docker

Docker Pulls Docker Build Status Docker Automated buil

This is the Docker image for the Google Cloud PubSub Emulator

Usage

To use this image, pull from Docker Hub with the following command:

docker pull adilsoncarvalho/gcloud-pubsub-emulator:latest

or you can specify the desired version of it as follows:

docker pull adilsoncarvalho/gcloud-pubsub-emulator:162.0.0-alpine

Then to run it you can use

docker run --rm -p "8085:8085" adilsoncarvalho/gcloud-pubsub-emulator

You can also use it on your docker-compose.yml file

version: '2'
services:
  application:
    image: ...
    environment:
    - PUBSUB_EMULATOR_HOST="emulator:8085"
    # ...other configurations...
    depends_on:
    - emulator
  emulator:
    image: adilsoncarvalho/gcloud-pubsub-emulator
    ports:
    - "8085:8085"

Notice the usage of the PUBSUB_EMULATOR_HOST to let the pubsub client know about the emulator.

gcloud-pubsub-emulator-docker's People

Contributors

adilsoncarvalho avatar girbons avatar

Watchers

 avatar  avatar

Forkers

evonove

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.