Skip to content

Commit 50b53c6

Browse files
authored
Merge branch 'dockur:master' into xp
2 parents 2ed110a + c7aac1e commit 50b53c6

File tree

78 files changed

+1961
-767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1961
-767
lines changed

.devcontainer.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows 11 Enterprise",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "11e"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows 11 LTSC",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "11l"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows 10 Pro",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "10"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows 10 Enterprise",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "10e"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows 10 LTSC",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "10l"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows 8.1 Enterprise",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "8e"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows 7 Ultimate",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "7u"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows Vista Ultimate",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "vu"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Windows XP Professional",
3+
"service": "windows",
4+
"containerEnv": {
5+
"VERSION": "xp"
6+
},
7+
"forwardPorts": [8006],
8+
"portsAttributes": {
9+
"8006": {
10+
"label": "Web",
11+
"onAutoForward": "notify"
12+
}
13+
},
14+
"otherPortsAttributes": {
15+
"onAutoForward": "ignore"
16+
},
17+
"dockerComposeFile": "../codespaces.yml",
18+
"initializeCommand": "docker system prune --all --force"
19+
}

0 commit comments

Comments
 (0)