I'm having docker containers in Linux server, I need know how to get details of applications, services and its status inside the containers. Which command do I need to execute to get those details.
For example:
A container contains tomcat server. I need to get the details of tomcat server and its status(whether the service is running or not).
I don't know is there any command available to get those details.