Last active
January 31, 2016 13:02
-
-
Save uzyexe/230bc70cebe95dc49270 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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