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)",
|
"name": "macOS 13 (Ventura)",
|
||||||
"service": "macos",
|
"service": "macos",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "13",
|
"VERSION": "13"
|
||||||
"RAM_SIZE": "max",
|
|
||||||
"DISK_SIZE": "max",
|
|
||||||
"CPU_CORES": "max"
|
|
||||||
},
|
},
|
||||||
"forwardPorts": [8006],
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue