uzyexe / dockerfile-newrelic

New Relic Dockerfile
MIT License
7 stars 13 forks source link

Add procps, decrease image size, and update docs to allow more complete monitoring #1

Closed taxilian closed 9 years ago

taxilian commented 9 years ago

newrelic now has support for monitoring docker containers; also, recommended ways to start docker containers on reboot have changed. Additionally, the newrelic monitor wants the "ps" command to work and should be able to monitor all processes on the system but currently can't, so docs were updated to mount needed dirs and docker.sock to make all that work.

I also compressed the run commands to decrease the image size (every run command adds a new image)

uzyexe commented 9 years ago

LGTM :cactus: Thank you pull request.