Skip to content

nihn/docker-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published