1
0
ミラー元 https://github.com/dockur/windows.git 前回の同期 2026-06-11 12:49:36 +08:00

feat: Make Windows version selectable in Codespaces (#1489)

このコミットが含まれているのは:
Kroese
2025-10-16 10:54:06 +02:00
committed by GitHub
コミット 42a149d7b9
26個のファイルの変更552行の追加3行の削除
+21
ファイルの表示
@@ -0,0 +1,21 @@
{
"name": "Windows 7 Ultimate (32-bit)",
"service": "windows",
"containerEnv": {
"VERSION": "7ux86",
"RAM_SIZE": "max",
"DISK_SIZE": "max",
"CPU_CORES": "max"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}