etcd/contrib/graphite
Brian Waldon 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00
..
Dockerfile feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00
README feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00
carbon.conf feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00
initial_data.json feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00
local_settings.py feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00
nginx.conf feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00
storage-schemas.conf feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00
supervisord.conf feat(metrics): Add documentation and contrib scripts 2014-01-20 15:37:31 -08:00

README

Running graphite under Docker is straightforward:

1. Build the graphite image using Docker
docker build -t graphite .

2. Run a graphite container. Be sure to replace the $IP field with the IP address at which you wish to expose your graphite web service.
docker run -p $IP:8080:80 -p $IP:2003:2003 -d graphite