Commit Graph

11 Commits

Author SHA1 Message Date
Michel Abboud
effdbe0f6f feat: Add winctl.sh management script and multi-version setup
Add winctl.sh with 12 commands for managing Windows Docker containers:
- start, stop, restart, status, logs, shell, stats
- build, rebuild, list, inspect, monitor, check
- Interactive menus, prerequisites checking, color output
- Support for 22 Windows versions across 4 categories

Multi-version compose structure:
- Split base.yml into base-modern.yml (8G) and base-legacy.yml (2G)
- Add .env.example for configuration
- Update all compose files to use env_file
- Add unique port mappings per version
- Update README with winctl.sh documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 23:14:45 +00:00
Michel Abboud
c1d3f8e886 feat: Add multi-version compose structure with organized data folders
- Add compose/ folder with modular compose files for all Windows versions
- Organize by category: desktop, legacy, server, tiny
- Create data/ subfolders for each version's storage
- Update .gitignore to track folder structure via .gitkeep files

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 22:37:10 +00:00
Kroese
c9abc7551a
fix: Remove port 80 (#1124)
Some checks are pending
Build / Test (push) Waiting to run
Build / Build (push) Blocked by required conditions
Update / dockerHubDescription (push) Waiting to run
2025-03-18 05:19:44 +01:00
Kroese
5501437caa
feat: Switch to port 80 (#1121)
Some checks are pending
Build / Test (push) Waiting to run
Build / Build (push) Blocked by required conditions
Update / dockerHubDescription (push) Waiting to run
2025-03-17 16:46:38 +01:00
Kroese
454cd8db68
docs: Use relative paths (#1102) 2025-03-12 12:02:31 +01:00
krzysiuu1998
e6d7495bac
fix: Update compose.yml (#1040) 2025-02-17 09:07:25 +01:00
Kilian von Pflugk
9654a945fb
docs: Add TUN device (#940)
Some checks failed
Update / dockerHubDescription (push) Has been cancelled
2024-12-01 17:07:23 +01:00
Kroese
f1f6c640b9
docs: Version alias (#859)
Some checks are pending
Build / Test (push) Waiting to run
Build / Build (push) Blocked by required conditions
Update / dockerHubDescription (push) Waiting to run
2024-11-10 00:01:12 +01:00
Kroese
0d444f7c8d
docs: Remove restart policy (#497) 2024-05-15 17:21:56 +02:00
Kroese
04915545ae
docs: Remove version from compose (#496) 2024-05-15 16:52:56 +02:00
Kroese
da9ef0e061
docs: Readme (#356) 2024-04-07 01:59:20 +02:00