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

20 lines
405 B
JSON

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