mirror of
https://github.com/dockur/macos.git
synced 2025-11-28 18:20:23 +08:00
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "macOS 14 (Sonoma)",
|
|
"service": "macos",
|
|
"containerEnv": {
|
|
"VERSION": "14"
|
|
},
|
|
"forwardPorts": [8006],
|
|
"portsAttributes": {
|
|
"8006": {
|
|
"label": "Web",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"otherPortsAttributes": {
|
|
"onAutoForward": "ignore"
|
|
},
|
|
"dockerComposeFile": "codespaces.yml",
|
|
"initializeCommand": "docker system prune --all --force"
|
|
}
|