André Amorim

Crafting Web Experiences

//

New Relic Installation with Docker

docker run 
-d 
--name newrelic-infra 
--network=host 
--cap-add=SYS_PTRACE 
--privileged 
--pid=host 
-v "/:/host:ro" 
-v "/var/run/docker.sock:/var/run/docker.sock" 
-e NRIA_LICENSE_KEY=<LICENSE-KEY> 
newrelic/infrastructure:latest

Published date:

Modified date: