I want to get status of all my services running within docker image while building docker container in Docker ps status column Example while ulploading data into database so I get status of data uploading into db in docker ps status column or custom column.
Asked
Active
Viewed 62 times
0
-
Docker doesn't have any facility for containers to publish status or data back to the Docker daemon. You'd need to implement this using some other monitoring system or orchestrator. – David Maze Aug 30 '21 at 11:09
-
Kindly tell me on that the working of HEALTHCHECK which tells us on 'docker ps' command that the container is healthy or not. Correspondingly Any other method to insert our custom string on the place of healthy message showing on docker ps. – Hassan Zaheer Aug 30 '21 at 11:25
-
It is our requirement so how can I achieve this. Kindly help me out. – Hassan Zaheer Aug 30 '21 at 11:33