Ecosyste.ms: Awesome
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 16 hours ago
JSON representation
A simple Dockerfile for building a statsd image
- Host: GitHub
- URL: https://github.com/dasch/docker-statsd
- Owner: dasch
- Created: 2013-09-24T17:40:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T17:43:40.000Z (over 11 years ago)
- Last Synced: 2024-11-30T13:27:24.307Z (about 1 month ago)
- Language: Shell
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```