Hacker News new | ask | show | jobs
by Matthias247 3216 days ago
Noticed the same thing when running a node.js application in docker a while ago. Adding a signal handler manually fixed it easily. It was just not expected to be necessary.
1 comments

Yes, for some reason, loads of people expect containers to behave like virtual machines.