mirror of
https://github.com/qemus/qemu-docker.git
synced 2026-04-23 00:27:09 +08:00
22 lines
412 B
JSON
22 lines
412 B
JSON
{
|
|
"name": "Slackware",
|
|
"service": "qemu",
|
|
"containerEnv": {
|
|
"BOOT": "slack",
|
|
"RAM_SIZE": "max",
|
|
"DISK_SIZE": "max",
|
|
"CPU_CORES": "max"
|
|
},
|
|
"forwardPorts": [8006],
|
|
"portsAttributes": {
|
|
"8006": {
|
|
"label": "Web",
|
|
"onAutoForward": "openBrowser"
|
|
}
|
|
},
|
|
"otherPortsAttributes": {
|
|
"onAutoForward": "silent"
|
|
},
|
|
"dockerComposeFile": "../codespaces.yml"
|
|
}
|