Skip to content

icecrime/docker-mon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-mon

Console Docker monitoring based on blessed-contrib.

sample

Please note:

Usage

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 and k keys are currently used to scroll the inspect output in the upper right box

Contributing

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

About

Console-based Docker monitoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published