Brian Waldon 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu
..
Dockerfile 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu
README 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu
carbon.conf 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu
initial_data.json 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu
local_settings.py 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu
nginx.conf 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu
storage-schemas.conf 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu
supervisord.conf 3e7c2dff96 feat(metrics): Add documentation and contrib scripts 11 tahun lalu

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