Skip to content

Instantly share code, notes, and snippets.

@lichti
Created October 29, 2015 03:55
Show Gist options
  • Save lichti/47d4d7ff09c17230daad to your computer and use it in GitHub Desktop.
Save lichti/47d4d7ff09c17230daad to your computer and use it in GitHub Desktop.
Docker-NewRelic
docker run -d \
--privileged=true --name nrsysmond \
--pid=host \
--net=host \
-v /sys:/sys \
-v /dev:/dev \
-v /var/run/docker.sock:/var/run/docker.sock \
-v /var/log:/var/log:rw \
-e NRSYSMOND_license_key=xxxxxxx \
-e NRSYSMOND_logfile=/var/log/nrsysmond.log \
newrelic/nrsysmond:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment