mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
31 lines
602 B
Markdown
31 lines
602 B
Markdown
# Status Indicator
|
|
|
|
The `ctop` grid view provides a compact status indicator to convey container state
|
|
|
|
<img width="200px" src="img/status.png" alt="ctop"/>
|
|
|
|
### Status
|
|
|
|
<span align="center">
|
|
|
|
Appearance | Description
|
|
--- | ---
|
|
red | container is stopped
|
|
green | container is running
|
|
▮▮ | container is paused
|
|
|
|
</span>
|
|
|
|
### Health
|
|
If the container is configured with a health check, a `+` will appear next to the indicator
|
|
|
|
<span align="center">
|
|
|
|
Appearance | Description
|
|
--- | ---
|
|
red | health check in failed state
|
|
yellow | health check in starting state
|
|
green | health check in OK state
|
|
|
|
</span>
|