Files
qemu-docker/.devcontainer/debian/devcontainer.json
T

19 lines
335 B
JSON

{
"name": "Debian",
"service": "qemu",
"containerEnv": {
"BOOT": "debian"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "../codespaces.yml"
}