mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Add devcontainer configuration for Windows Vista Ultimate
This commit is contained in:
parent
38f0e1a61d
commit
77ad672bcd
1 changed files with 21 additions and 0 deletions
21
.devcontainer/vu/devcontainer.json
Normal file
21
.devcontainer/vu/devcontainer.json
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
{
|
||||||
|
"name": "Windows Vista Ultimate",
|
||||||
|
"service": "windows",
|
||||||
|
"containerEnv": {
|
||||||
|
"VERSION": "vu",
|
||||||
|
"RAM_SIZE": "max",
|
||||||
|
"DISK_SIZE": "max",
|
||||||
|
"CPU_CORES": "max"
|
||||||
|
},
|
||||||
|
"forwardPorts": [8006],
|
||||||
|
"portsAttributes": {
|
||||||
|
"8006": {
|
||||||
|
"label": "Web",
|
||||||
|
"onAutoForward": "openBrowser"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"otherPortsAttributes": {
|
||||||
|
"onAutoForward": "silent"
|
||||||
|
},
|
||||||
|
"dockerComposeFile": "../codespaces.yml"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue