Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

aarontc/docker-carbon-relay-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-carbon-relay-ng

A Docker container for the fast carbon relay+aggregator with admin interfaces for making changes online (https://github.com/graphite-ng/carbon-relay-ng)

Status

Docker Pulls Image Size Build Status

Build

Your can use the included Makefile.

To build the Container: make build

To remove the builded Docker Image: make clean

Starts the Container: make run

Starts the Container with Login Shell: make shell

Entering the Container: make exec

Stop (but not kill): make stop

History make history

Docker Hub

You can find the Container also at DockerHub

get

docker pull bodsch/docker-carbon-relay-ng

supported Environment Vars

  • GRAPHITE_HOST (default: graphite)
  • GRAPHITE_PORT (default: 2003)
  • GRAPHITE_PICKLE (default: false)
  • GRAPHITE_SPOOLING (default: false)
  • METRIC_PREPEND (default: empty)

Ports

  • 2003
  • 2004
  • 8081