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:
Michel Abboud 2026-01-29 00:54:47 +00:00
parent 23cc434703
commit 8864309c7d
3 changed files with 23 additions and 1 deletions

View file

@ -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