1
0
Fork 0
arangodb/3rdParty/etcd/contrib/graphite
Max Neunhoeffer 7dc9e89357 Add etcd v0.3.0. 2014-02-26 22:48:54 +01:00
..
Dockerfile
README
carbon.conf
initial_data.json
local_settings.py
nginx.conf
storage-schemas.conf
supervisord.conf

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