github.com/sym3tri/etcd@v0.2.1-0.20140422215517-a563d82f95d6/contrib/graphite/README (about) 1 Running graphite under Docker is straightforward: 2 3 1. Build the graphite image using Docker 4 docker build -t graphite . 5 6 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. 7 docker run -p $IP:8080:80 -p $IP:2003:2003 -d graphite