Console Docker monitoring based on blessed-contrib.
Please note:
- It is work in progress
- It relies on the yet to be released
docker stats
feature: you will need either a master build or the upcoming v1.5.0 (see the announcement for v1.5.0-rc1) - I don't know JS, so contributions are welcome (see below for ideas)
An automated build is set up for the project, so you can run it with:
$ docker run -ti -v /var/run/docker.sock:/var/run/docker.sock icecrime/docker-mon
If you feel like building it yourself:
$ docker build -t docker-mon .
$ docker run -ti -v /var/run/docker.sock:/var/run/docker.sock docker-mon
- Pick a container from the upper left list and press
enter
to retrieve its information - The
j
andk
keys are currently used to scroll theinspect
output in the upper right box
Feel like contributing? Great! Here's a few things that I think would be interesting:
- Properly close stream when switching monitored container
- Ability to refresh the container list
- Make an awesome colortheme
- ...