Skip to content

Instantly share code, notes, and snippets.

@praveenweb
Created September 30, 2018 13:00
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 praveenweb/968e8c9e015354716b197bd1373c69cc to your computer and use it in GitHub Desktop.
Save praveenweb/968e8c9e015354716b197bd1373c69cc to your computer and use it in GitHub Desktop.
docker run -d -v /var/run/docker.sock:/var/run/docker.sock:ro \
-v /proc/:/host/proc/:ro \
-v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro \
-e DD_API_KEY=<YOUR_API_KEY> \
-e DD_APM_ENABLED=true \
datadog/agent:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment