ctop/_docs/status.md

31 lines
602 B
Markdown
Raw Permalink Normal View History

2019-01-24 13:50:59 +01:00
# Status Indicator
The `ctop` grid view provides a compact status indicator to convey container state
2019-01-24 14:00:51 +01:00
<img width="200px" src="img/status.png" alt="ctop"/>
2019-01-24 14:02:52 +01:00
### Status
2019-01-24 14:02:13 +01:00
2019-01-24 14:00:51 +01:00
<span align="center">
2019-01-24 13:50:59 +01:00
Appearance | Description
--- | ---
red | container is stopped
green | container is running
2019-01-24 14:00:51 +01:00
▮▮ | container is paused
</span>
2019-01-24 13:50:59 +01:00
2019-01-24 14:02:52 +01:00
### Health
2019-01-24 13:50:59 +01:00
If the container is configured with a health check, a `+` will appear next to the indicator
2019-01-24 14:00:51 +01:00
<span align="center">
2019-01-24 13:50:59 +01:00
Appearance | Description
--- | ---
red | health check in failed state
yellow | health check in starting state
green | health check in OK state
2019-01-24 14:00:51 +01:00
</span>