mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
Update status.md
This commit is contained in:
@@ -1,18 +1,27 @@
|
|||||||
# Status Indicator
|
# Status Indicator
|
||||||
|
|
||||||
The `ctop` grid view provides a compact status indicator to convey container state
|
The `ctop` grid view provides a compact status indicator to convey container state
|
||||||
<p align="center"><img width="200px" src="img/status.png" alt="ctop"/></p>
|
|
||||||
|
<img width="200px" src="img/status.png" alt="ctop"/>
|
||||||
|
|
||||||
|
<span align="center">
|
||||||
|
|
||||||
Appearance | Description
|
Appearance | Description
|
||||||
--- | ---
|
--- | ---
|
||||||
red | container is stopped
|
red | container is stopped
|
||||||
green | container is running
|
green | container is running
|
||||||
two vertical bars (▮▮) | container is paused
|
▮▮ | container is paused
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
If the container is configured with a health check, a `+` will appear next to the indicator
|
If the container is configured with a health check, a `+` will appear next to the indicator
|
||||||
|
|
||||||
|
<span align="center">
|
||||||
|
|
||||||
Appearance | Description
|
Appearance | Description
|
||||||
--- | ---
|
--- | ---
|
||||||
red | health check in failed state
|
red | health check in failed state
|
||||||
yellow | health check in starting state
|
yellow | health check in starting state
|
||||||
green | health check in OK state
|
green | health check in OK state
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user