Example here https://stackoverflow.com/q/68066782
Note that output from the healthcheck command is logged https://docs.docker.com/engine/reference/builder/#healthcheck, so maybe cat a log file or something
Also consider checking the timestamp on said log file, i.e. it was last written less than X minutes ago
Example here https://stackoverflow.com/q/68066782
Note that output from the healthcheck command is logged https://docs.docker.com/engine/reference/builder/#healthcheck, so maybe cat a log file or something
Also consider checking the timestamp on said log file, i.e. it was last written less than X minutes ago