Adding a HEALTHCHECK to dockerfiles is useful both as a documentation of the best way to check the health of the container. Since docker containers are being spun up programmatically they also help with docker inspect being a good way to check the health of a container
Adding a HEALTHCHECK to dockerfiles is useful both as a documentation of the best way to check the health of the container. Since docker containers are being spun up programmatically they also help with
docker inspect
being a good way to check the health of a container