Skip to content

icecrime/docker-mon

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 25, 2015 14:43
January 25, 2015 20:13
March 1, 2015 07:36
March 1, 2015 07:36
January 22, 2015 23:51
January 25, 2015 12:46
January 26, 2015 18:44

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