Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.06 KB

Graphite Dockerfile

This repository contains Dockerfile of Graphite and Statsite for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

Installation

  1. Install Docker.

  2. Download automated build from public Docker Hub Registry: docker pull puckel/docker-graphite

Alternatively, you can build an image from Dockerfile

Usage

  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