Skip to content

Instantly share code, notes, and snippets.

@praveenweb
Created September 30, 2018 12:21
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/dfcac634a879a1c57e8aa4185809badd to your computer and use it in GitHub Desktop.
Save praveenweb/dfcac634a879a1c57e8aa4185809badd to your computer and use it in GitHub Desktop.
docker run -d --name dd-agent -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> datadog/agent:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment