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