ctop/README.md
2017-01-27 01:00:05 +00:00

15 lines
300 B
Markdown

# ctop
**NOTE** *This project, while largely usable, is a work in progress! This message will be removed upon initial stable release*
Top-like interface for container metrics
## Quickstart
To build and run ctop:
```bash
git clone https://github.com/bcicen/ctop.git
cd ctop
go build && ./ctop
```