Docker Hyperbahn image for Cabsolutely
490
Docker Hyperbahn image for Cabsolutely
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
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.
Content type
Image
Digest
Size
268.4 MB
Last updated
almost 10 years ago
docker pull cabsolutely/hyperbahn