Setup Graphite - nimbo3/Keenbo GitHub Wiki

first install docker and docker-compose

sudo apt-get install docker
sudo apt-get install docker-compose

Note: install will be failed from iran IP

and the run:

git clone https://github.com/graphite-project/docker-graphite-statsd.git
cd docker-graphite-statsd/
docker-compose up -d

And the HTTP server will be run in port 80 and updates will receiving from port 2003

And for stopping the graphite server run in same directory:

docker-compose down