Difficulty: Beginner
What is the difference between 'docker stop' and 'docker kill'?
`stop` sends SIGTERM and waits for graceful shutdown; `kill` sends SIGKILL for immediate termination.
Signals, Lifecycle
JavaScript is required for the interactive version of this page, including the code playground and progress tracking. Browse all InternHack tutorials.