Skip to content

Commit

Permalink
Automated build
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaud Porterie <arnaud.porterie@docker.com>
  • Loading branch information
Arnaud Porterie committed Jan 27, 2015
1 parent f645fc2 commit 9e6abbc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@ Please note:

- It is **work in progress**
- It relies on the yet to be released [`docker stats` feature](https://github.com/docker/docker/pull/9984): you will need either a [master build](https://master.dockerproject.com/) or the upcoming v1.5.0 (see the [announcement for v1.5.0-rc1](https://groups.google.com/d/msg/docker-dev/nzKREJKqxe4/nsc9tkTLkccJ))
- [I don't know JS](http://i.imgur.com/xVyoSl.jpg), so contributions are welcome (see below for ideas)!
- [I don't know JS](http://i.imgur.com/xVyoSl.jpg), so contributions are welcome (see below for ideas)

# Usage

$ docker build -t docker-mon . && docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock docker-mon
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
Expand Down

0 comments on commit 9e6abbc

Please sign in to comment.