Closed alangecker closed 3 years ago
Docker offers to monitor the health of containers.
this can be archived either by a HEALTHCHECK command [1] in the Dockerfile or via a healthcheck property in the docker-compose file.
HEALTHCHECK
Dockerfile
healthcheck
It can be really helpful for debugging some issues like #35, so I think we should add it.
[1] https://docs.docker.com/engine/reference/builder/#healthcheck [2] https://docs.docker.com/compose/compose-file/#healthcheck
moved to the 2.3 development -> bigbluebutton/docker#58
Docker offers to monitor the health of containers.
this can be archived either by a
HEALTHCHECK
command [1] in theDockerfile
or via ahealthcheck
property in the docker-compose file.It can be really helpful for debugging some issues like #35, so I think we should add it.
[1] https://docs.docker.com/engine/reference/builder/#healthcheck [2] https://docs.docker.com/compose/compose-file/#healthcheck