Created
September 30, 2018 13:00
-
-
Save praveenweb/968e8c9e015354716b197bd1373c69cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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