Files
qemu-docker/.devcontainer/arch/devcontainer.json
2025-11-14 06:15:51 +01:00

20 lines
388 B
JSON

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