mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Simplify container environment configuration
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from containerEnv.
This commit is contained in:
parent
fc454be171
commit
7b7ae534c1
1 changed files with 1 additions and 4 deletions
|
|
@ -2,10 +2,7 @@
|
||||||
"name": "Windows 2000 Professional",
|
"name": "Windows 2000 Professional",
|
||||||
"service": "windows",
|
"service": "windows",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "2k",
|
"VERSION": "2k"
|
||||||
"RAM_SIZE": "max",
|
|
||||||
"DISK_SIZE": "max",
|
|
||||||
"CPU_CORES": "max"
|
|
||||||
},
|
},
|
||||||
"forwardPorts": [8006],
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue