Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@LotharSee
Created June 7, 2014 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LotharSee/a7ede534631685e3adcb to your computer and use it in GitHub Desktop.
Save LotharSee/a7ede534631685e3adcb to your computer and use it in GitHub Desktop.
Datadog Agent Dockerfile simple example
FROM datadog/docker-dd-agent
# Set your API key
RUN sed -i -e"s/^.*api_key:.*$/api_key: EXAMPLE_API_KEY/" /etc/dd-agent/datadog.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment