Difference between revisions of "Newrelic minion"
Jump to navigation
Jump to search
| Line 11: | Line 11: | ||
quay.io/newrelic/synthetics-minion:latest | quay.io/newrelic/synthetics-minion:latest | ||
``` | ``` | ||
| + | |||
| + | https://docs.newrelic.com/docs/infrastructure/install-infrastructure-agent/linux-installation/docker-container-infrastructure-monitoring/ | ||
Revision as of 16:42, 1 September 2022
docker run \
--name <var>YOUR_CONTAINER_NAME</var> \
-e "MINION_PRIVATE_LOCATION_KEY=<var>YOUR_PRIVATE_LOCATION_KEY</var>" \
-v /tmp:/tmp:rw \
-v /var/run/docker.sock:/var/run/docker.sock:rw \
-d \
--restart unless-stopped \
quay.io/newrelic/synthetics-minion:latest