Skip to content

LO3Energy/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)

Ports

  • 2003
  • 2004
  • 8081

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 56.7%
  • Makefile 26.3%
  • Shell 17.0%