Docker Statsd image for Cabsolutely
448
Docker Statsd image for Cabsolutely
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
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.
Content type
Image
Digest
Size
243.4 MB
Last updated
about 10 years ago
docker pull cabsolutely/statsd