项目作者: pm2-hive

项目描述 :
Monitor Docker Daemon (expose host docker daemon for monitoring)
高级语言: JavaScript
项目地址: git://github.com/pm2-hive/pm2-docker.git
创建时间: 2015-06-29T15:20:08Z
项目社区:https://github.com/pm2-hive/pm2-docker

开源协议:

下载


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 ?

  1. 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

  1. $ 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