Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dasch/docker-statsd

A simple Dockerfile for building a statsd image
https://github.com/dasch/docker-statsd

Last synced: about 16 hours ago
JSON representation

A simple Dockerfile for building a statsd image

Awesome Lists containing this project

README

        

docker-statsd
=============

A simple Dockerfile for building a statsd image.

Simply build an image from the Dockerfile and start running it!

```
sudo docker build -t statsd .
sudo docker run statsd
```