- Notifications
You must be signed in to change notification settings - Fork907
Commit3dbd424
authored
fix(dogfood/coder): stop docker containers and prune system on shutdown (#17904)
This change adds docker stop and docker system prune to the shutdown script so that it doesn't need to be done by the Docker host which will take a lot longer.This change greatly speeds up workspace destruction:```2025-05-19 12:26:57.046+03:00 docker_container.workspace[0]: Destroying... [id=2685e2f456ba7b280c420219f19ef15384faa52c61ba7c087c7f109ffa6b1bda]2025-05-19 12:27:07.046+03:00 docker_container.workspace[0]: Still destroying... [10s elapsed]2025-05-19 12:27:16.734+03:00 docker_container.workspace[0]: Destruction complete after 20s```Follow-up for#171101 parent98e2ec4 commit3dbd424
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
376 | 387 |
| |
377 | 388 |
| |
378 | 389 |
| |
|
0 commit comments
Comments
(0)