mirror of
https://github.com/qemus/qemu-docker.git
synced 2025-12-24 13:38:05 +08:00
20 lines
388 B
JSON
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"
|
|
}
|