1
0
다음의 미러 https://github.com/dockur/windows.git 동기화됨 2026-06-10 11:59:33 +08:00
파일
windows/.devcontainer/210 - Tiny10/devcontainer.json
T
2025-11-14 06:26:07 +01:00

20 라인
392 B
JSON

{
"name": "Tiny10",
"service": "windows",
"containerEnv": {
"VERSION": "tiny10"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}