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 :
and wondered how a Strapi docker container handles SIGSTOP
, SIGTERM
, and SIGKILL
.
Any feedback is appreciated.