mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
use consistent case for ctop name
This commit is contained in:
10
README.md
10
README.md
@@ -1,10 +1,10 @@
|
||||
<p align="center"><img width="200px" src="/_docs/img/logo.png" alt="cTop"/></p>
|
||||
<p align="center"><img width="200px" src="/_docs/img/logo.png" alt="ctop"/></p>
|
||||
#
|
||||
|
||||
Top-like interface for container metrics
|
||||
|
||||
ctop provides a concise and condensed overview of real-time metrics for multiple containers:
|
||||
<p align="center"><img src="_docs/img/grid.gif" alt="cTop"/></p>
|
||||
<p align="center"><img src="_docs/img/grid.gif" alt="ctop"/></p>
|
||||
|
||||
as well as an [expanded view][expanded_view] for inspecting a specific container.
|
||||
|
||||
@@ -32,7 +32,7 @@ sudo chmod +x /usr/local/bin/ctop
|
||||
|
||||
## Usage
|
||||
|
||||
cTop requires no arguments and will configure itself using the `DOCKER_HOST` environment variable
|
||||
ctop requires no arguments and will configure itself using the `DOCKER_HOST` environment variable
|
||||
```bash
|
||||
export DOCKER_HOST=tcp://127.0.0.1:4243
|
||||
ctop
|
||||
@@ -44,10 +44,10 @@ Key | Action
|
||||
--- | ---
|
||||
a | Toggle display of all (running and non-running) containers
|
||||
f | Filter displayed containers
|
||||
H | Toggle cTop header
|
||||
H | Toggle ctop header
|
||||
h | Open help dialog
|
||||
s | Select container sort field
|
||||
r | Reverse container sort order
|
||||
q | Quit cTop
|
||||
q | Quit ctop
|
||||
|
||||
[expanded_view]: _docs/expanded.md
|
||||
|
||||
Reference in New Issue
Block a user