Sign inSign up

cabsolutely/hyperbahn

By cabsolutely

Updated almost 10 years ago

Docker Hyperbahn image for Cabsolutely

Image
0

490

cabsolutely/hyperbahn repository overview

Influxdb

Docker Hyperbahn image for Cabsolutely

Building the image

sudo docker build -t cabsolutely/hyperbahn .

This builds the image, copies package.json and runs npm install the copies the whole app and runs it via npm start

Running the image

sudo docker run -p 21301:21300 -e BOOTSTRAP="[\"127.0.0.1:21300\"]" -e STATSD_HOST=127.0.0.1 -e STATSD_PORT=8125 -e KAFKA_HOST=127.0.0.1 -e KAFKA_PORT=9092 -e SENTRY_ID='https:\/\/user:pass@localhost\/92195'

This starts hyperbahn inside the docker container.

Contributors

Tag summary

Content type

Image

Digest

Size

268.4 MB

Last updated

almost 10 years ago

docker pull cabsolutely/hyperbahn