- Published on
Docker Healthcheck for your Node.js App
Your container is running... but is it working? You should have health checks defined for all your containers. The HEALTHCHECK instruction tells Docker how to test a container to make sure it's working properly.