Commit 44fa188
fix(docker): ensure container exits instantly without hanging
- Add tini as init system for proper signal forwarding and zombie reaping
- Use mcp_nixos.run wrapper for aggressive process termination
- Set low timeout values via environment variables
- Enable cleanup of orphan processes
- Add explicit STOPSIGNAL for Docker to use
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 24f8c10 commit 44fa188
1 file changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
0 commit comments