/docker-statsd

Minimal image for StatsD daemon with default configuration. Based on node:5.10-slim.

Primary LanguageJavaScriptMIT LicenseMIT

Docker image for StatsD

This repository contains a minimal image with StatsD working. By default this image try to connect to Graphite on localhost:2003 and expose 8125 port.

Quick start

docker run -d -p 8125:8125/udp mateuszm/statsd

Alternate config

To alternate config you just need Dockerfile with:

FROM mateuszm/statsd

and file named config.js in same directory. ONBUILD directive will copy your file to StatsD config directory. Configuration options can be found here.