Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 553 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 553 Bytes

Node.js + New Relic

Run the New Relic server monitor daemon on your Node.js Environment.

Dockerfile

This Docker image is based on the official dockerfile/nodejs image.

Getting Started

  1. Install Docker.
  2. Download from public Docker Hub Registry: docker pull brianofrokk3r/node-newrelic

Environment Variable

Set your NEWRELIC_KEY during docker run.

Run Node.js + New Relic

docker run -it -e NEWRELIC_KEY=YOUR_NEWRELIC_KEY brianofrokk3r/node-newrelic