mirror of
https://github.com/dockur/windows.git
synced 2025-12-20 17:30:21 +00:00
feat: Make Windows version selectable in Codespaces (#1489)
This commit is contained in:
21
.devcontainer/xp64/devcontainer.json
Normal file
21
.devcontainer/xp64/devcontainer.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Windows XP (64-bit)",
|
||||
"service": "windows",
|
||||
"containerEnv": {
|
||||
"VERSION": "xp64",
|
||||
"RAM_SIZE": "max",
|
||||
"DISK_SIZE": "max",
|
||||
"CPU_CORES": "max"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
"8006": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "openBrowser"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
"onAutoForward": "silent"
|
||||
},
|
||||
"dockerComposeFile": "../codespaces.yml"
|
||||
}
|
||||
Reference in New Issue
Block a user