Skip to content

bodsch/docker-carbon-relay-ng

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/grafana/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