Graphite 0.9.12 starts up and runs effortlessly. This is simply a rebuild of the nickstenning/graphite repo, to capture the latest graphite version.
714
Usage:
docker run -d carver/graphite
If the standard ports are in use, you can run graphite on a random port with:
docker run -d -p 2003 -p 2004 -p 7002 -p 80 carver/graphite
You can replicate building this repo by using the setup files here: https://github.com/nickstenning/dockerfiles/tree/master/graphite
git clone https://github.com/nickstenning/dockerfiles.git
cd dockerfiles/graphite
docker build -t $USER/graphite .
Content type
Image
Digest
sha256:a88935a68…
Size
169.8 MB
Last updated
almost 11 years ago
docker pull carver/graphite