How does a Strapi docker container handle SIGTERM, SIGSTOP, and SIGKILL?

System Information
  • Strapi Version: v3.6.5 (docker container)
  • Operating System: Linux
  • Database: MongoDB Atlas
  • Node Version: 14.17.4
  • Yarn Version: 1.22.10

I have a Strapi docker container whose base image is strapi/base:14. However I wonder I looked into this writing :

image

and wondered how a Strapi docker container handles SIGSTOP, SIGTERM, and SIGKILL.

Any feedback is appreciated.

Hello!

I hope this bit of the strapi repo will shed some light.

Cheer!