bcicen / ctop

Top-like interface for container metrics
https://ctop.sh
MIT License
15.6k stars 528 forks source link

What is green/yellow plus sign for? #286

Closed PhantomRay closed 2 years ago

PhantomRay commented 2 years ago

Hi there, I couldn't find any info in regards to the green or yellow plus sign to the left of the container name. Can anyone please shed some light?

stokito commented 2 years ago

health check

PhantomRay commented 2 years ago

@stokito thank you. Any more info as how it works?

stokito commented 2 years ago

https://docs.docker.com/engine/reference/builder/#healthcheck see HEALTHCHECK the basic idea is that container has a command to check itself: check connection to DB, or some metrics

stokito commented 2 years ago

see #278

PhantomRay commented 2 years ago

Thank you Stokito!