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
- Host: GitHub
- URL: https://github.com/dasch/docker-statsd
- Owner: dasch
- Created: 2013-09-24T17:40:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-24T17:43:40.000Z (over 12 years ago)
- Last Synced: 2025-03-23T14:37:53.271Z (about 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 1
- Watchers: 1
- 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
```