mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
24 lines
471 B
JSON
24 lines
471 B
JSON
{
|
|
"name": "macOS 14 (Sonoma)",
|
|
"service": "macos",
|
|
"containerEnv": {
|
|
"VERSION": "14",
|
|
"RAM_SIZE": "max",
|
|
"DISK_SIZE": "max",
|
|
"CPU_CORES": "max"
|
|
},
|
|
"forwardPorts": [8006],
|
|
"portsAttributes": {
|
|
"8006": {
|
|
"label": "Web",
|
|
"onAutoForward": "openBrowser"
|
|
}
|
|
},
|
|
"otherPortsAttributes": {
|
|
"onAutoForward": "silent"
|
|
},
|
|
"hostRequirements": {
|
|
"storage": "64gb"
|
|
},
|
|
"dockerComposeFile": "codespaces.yml"
|
|
}
|