This repository contains Dockerfile of Graphite and Statsite for Docker's automated build published to the public Docker Hub Registry.
-
Install Docker.
-
Download automated build from public Docker Hub Registry:
docker pull puckel/docker-graphite
Alternatively, you can build an image from Dockerfile
docker run -ti --rm \
-p 8080:80 \
-p 2003:2003 \
-p 8125:8125 \
--name graphite \
puckel/docker-graphite
This starts a Docker container named: graphite
Then point your browser to : Graphite