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

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

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

Last synced: about 1 month 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
```