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

20 lines
397 B
JSON

{
"name": "Kubuntu",
"service": "qemu",
"containerEnv": {
"BOOT": "kubuntu"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}