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
|
|
@ -91,6 +91,7 @@ Use `winctl.sh` for easy container management:
|
|||
|
||||
# Stop containers (with confirmation)
|
||||
./winctl.sh stop win11
|
||||
./winctl.sh stop all # Stop all running
|
||||
|
||||
# View logs
|
||||
./winctl.sh logs win11 -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue