mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +00:00
feat: Add 'stop all' to stop all running containers
- ./winctl.sh stop all finds and stops all running containers - Updated help, WINCTL_GUIDE.md, and readme.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
23cc434703
commit
8864309c7d
3 changed files with 23 additions and 1 deletions
|
|
@ -173,6 +173,9 @@ Stop containers with a 2-minute grace period for clean shutdown.
|
|||
# Stop multiple versions
|
||||
./winctl.sh stop win11 win10
|
||||
|
||||
# Stop all running containers
|
||||
./winctl.sh stop all
|
||||
|
||||
# Interactive menu
|
||||
./winctl.sh stop
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue