- Notifications
You must be signed in to change notification settings - Fork673
Commitc56fc47
committed
use 'docker stop' instead of 'docker kill'
The 'stop' command first tries SIGTERM before resorting to SIGKILL,which is a gentler way to stop processes. (SIGTERM gives processes anopportunity to clean up before exiting; SIGKILL can't be caught so itis very abrupt.)1 parent2609cbb commitc56fc47
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
59 |
| - | |
| 58 | + | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
0 commit comments
Comments
(0)