Skip to content

LotharSee/docker-dogstatsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

DogStatsD Dockerfile

This repository is meant to build the image for a DogStatsD container.

This image is deprecated. Please run DogStatsD from docker-dd-agent instead.

Quick Start

This image is ready-to-go, you just need to set your hostname and API_KEY in the environment.

docker run -d --name dogstatsd -h `hostname` -e API_KEY=apikey_3 datadog/docker-dogstatsd

Link to other containers

Your other containers will probably want to send datas to the DogStatsD container. For that, you will need to add a --link option to your run command.

docker run  --name my_container           \
            --all_your_flags              \
            --link dogstatsd:dogstatsd \
            my_image_id

Then you will have DogStatsd address and port accessible from your environment in DOGSTATSD_PORT_8125_UDP_ADDR and DOGSTATSD_PORT_8125_UDP_PORT.

Administration

You can refer to docker-dd-agent documentation.

About

DogStatsD Dockerfile for Trusted Builds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%