mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
feat: Implement Windows ME support (#2161)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "Windows ME",
|
||||
"service": "windows",
|
||||
"containerEnv": {
|
||||
"VERSION": "me"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
"8006": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
"onAutoForward": "ignore"
|
||||
},
|
||||
"dockerComposeFile": "../codespaces.yml",
|
||||
"initializeCommand": "docker system prune --all --force"
|
||||
}
|
||||
Reference in New Issue
Block a user