mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
Simplify container environment variables
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
This commit is contained in:
parent
f9ecb033e1
commit
1cede64900
1 changed files with 1 additions and 4 deletions
|
|
@ -2,10 +2,7 @@
|
|||
"name": "macOS 13 (Ventura)",
|
||||
"service": "macos",
|
||||
"containerEnv": {
|
||||
"VERSION": "13",
|
||||
"RAM_SIZE": "max",
|
||||
"DISK_SIZE": "max",
|
||||
"CPU_CORES": "max"
|
||||
"VERSION": "13"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue