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

20 lines
395 B
JSON

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