Skip to content

Instantly share code, notes, and snippets.

@uzyexe
Last active January 31, 2016 13:02
Show Gist options
  • Save uzyexe/230bc70cebe95dc49270 to your computer and use it in GitHub Desktop.
Save uzyexe/230bc70cebe95dc49270 to your computer and use it in GitHub Desktop.
docker run -d \
--name="newrelic" \
--net="host" \
--pid="host" \
--env="NEW_RELIC_LICENSE_KEY=YOUR_NEW_RELIC_LICENSE_KEY" \
--volume="/var/run/docker.sock:/var/run/docker.sock:ro" \
--volume="/sys/fs/cgroup/:/sys/fs/cgroup:ro" \
--volume="/dev:/dev" \
--restart=always \
uzyexe/newrelic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment