Run the New Relic server monitor daemon on your Node.js Environment.
This Docker image is based on the official dockerfile/nodejs
image.
- Install Docker.
- Download from public Docker Hub Registry:
docker pull brianofrokk3r/node-newrelic
Set your NEWRELIC_KEY
during docker run
.
docker run -it -e NEWRELIC_KEY=YOUR_NEWRELIC_KEY brianofrokk3r/node-newrelic