Sign inSign up

wpengine/newrelic-php-daemon

By wpengine

•Updated about 8 years ago

New Relic PHP Daemon Docker Image

Image
0

2.8K

wpengine/newrelic-php-daemon repository overview

⁠New Relic PHP Daemon Docker Image

The New Relic daemon acts as a proxy between the New Relic PHP agent and the New Relic collector to reduce network traffic and to improve response time for instrumented applications. Without the daemon running, no data is reported to New Relic.

This container is intended to be run as a side car.

⁠Updates & Prebuilt Images

These images are tied to specific New Relic daemon releases⁠, and configured as Automated builds on Docker Hub⁠.

⁠Running

The following command runs the New Relic daemon and exposes the service on port 8004. NR_PORT can also contain a socket name that could be shared between containers.

docker run -d -e NR_PORT=8004 -p 8004:8004 wpengine/newrelic-php-daemon:8.1.0.209

⁠Building

docker build -t wpengine/newrelic-php-daemon:$VERSION 8.1.0.209

Tag summary

Content type

Image

Digest

Size

5.9 MB

Last updated

about 8 years ago

docker pull wpengine/newrelic-php-daemon:8.1.0.209