Skip to content

puckel/docker-graphite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Graphite container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published