Docker Fundamentals — Hard
Key points
- SIGTERM enables applications to clean up before exiting
- SIGKILL stops the process immediately without allowing cleanup
- Handling SIGTERM is crucial for data integrity
- SIGKILL should be used as a last resort
Ready to go further?
Related questions
