Skip to content

Monitor Docker Daemon (expose host docker daemon for monitoring)

Notifications You must be signed in to change notification settings

pm2-hive/pm2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 7, 2016
d164306 · Aug 7, 2016

History

14 Commits
Feb 27, 2016
Feb 26, 2016
Jun 29, 2015
Aug 7, 2016
Aug 7, 2016
Aug 7, 2016

Repository files navigation

Monitor your docker containers with PM2

Requires Docker version 1.5.x or higher as the stats API was released as part of the Docker Remote API version 1.17

How to use it ?

RUN pm2 install pm2-docker

When starting make sure you expose the local docker socket via -v /var/run/docker.sock:/var/run/docker.sock

$ docker run -p 81:3000  -v `pwd`/example_app:/app -v /var/run/docker.sock:/var/run/docker.sock keymetrics/pm2-docker-alpine

LICENSE

TBD