Skip to content

monitor docker container in multiple host with golang docker engine api

Notifications You must be signed in to change notification settings

luoyunpeng/monitor

Repository files navigation

docker monitor Build Status

This Project is based on golang docker engine api, also refer to some docker command line source code,

1, offer rest api for select metrics like container memory, CPU, networkIO blockIO with gin.

2, real time log of running container with websocket.

Build a linux binary

make