Sign inSign up

cabsolutely/statsd

By cabsolutely

Updated about 10 years ago

Docker Statsd image for Cabsolutely

Image
0

448

cabsolutely/statsd repository overview

Statsd

Docker Statsd image for Cabsolutely

Building the image

sudo docker build -t cabsolutely/statsd .

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 -d -e INFLUXDB_PORT=8888 -e INFLUXDB_HOST=influxdb -e INFLUXDB_DATABASE=db -e INFLUXDB_USERNAME=alma -e INFLUXDB_PASSWORD=korte cabso-statsd /bin/bashsudo docker run -i -e INFLUXDB_PORT=8888 -e INFLUXDB_HOST=influxdb -e INFLUXDB_DATABASE=db -e INFLUXDB_USERNAME=alma -e INFLUXDB_PASSWORD=korte cabsolutely/statsd 

This starts your service inside the docker container.

Contributors

Tag summary

Content type

Image

Digest

Size

243.4 MB

Last updated

about 10 years ago

docker pull cabsolutely/statsd