mirror of
https://github.com/dockur/windows.git
synced 2024-11-15 01:34:41 +00:00
fix: Windows 7 Enterprise (#107)
This commit is contained in:
parent
1cf2562354
commit
d02fa6cca1
@ -52,8 +52,8 @@
|
||||
<OSImage>
|
||||
<InstallFrom>
|
||||
<MetaData wcm:action="add">
|
||||
<Value>Windows 7 Ultimate</Value>
|
||||
<Key>/IMAGE/NAME</Key>
|
||||
<Value>1</Value>
|
||||
<Key>/IMAGE/INDEX</Key>
|
||||
</MetaData>
|
||||
</InstallFrom>
|
||||
<InstallTo>
|
||||
@ -76,7 +76,7 @@
|
||||
<FullName>Docker</FullName>
|
||||
<Organization>Windows for Docker</Organization>
|
||||
<ProductKey>
|
||||
<Key>D4F6K-QK3RD-TMVMJ-BBMRX-3MBMV</Key>
|
||||
<Key>H7X92-3VPBB-Q799D-Y6JJ3-86WC6</Key>
|
||||
<WillShowUI>OnError</WillShowUI>
|
||||
</ProductKey>
|
||||
</UserData>
|
||||
|
@ -80,7 +80,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti
|
||||
| ```win10``` | Windows 10 Pro | Microsoft | Fast | 5.8 GB |
|
||||
| ```ltsc10``` | Windows 10 LTSC | Microsoft | Fast | 4.6 GB |
|
||||
| ```win81``` | Windows 8.1 Pro | Microsoft | Fast | 4.2 GB |
|
||||
| ```win7``` | Windows 7 SP1 | Bob Pony | Medium | 3.2 GB |
|
||||
| ```win7``` | Windows 7 SP1 | Bob Pony | Medium | 3.0 GB |
|
||||
| ```win22``` | Windows Server 2022 | Microsoft | Fast | 4.7 GB |
|
||||
| ```win19``` | Windows Server 2019 | Microsoft | Fast | 5.3 GB |
|
||||
| ```win16``` | Windows Server 2016 | Microsoft | Fast | 6.5 GB |
|
||||
|
@ -55,7 +55,7 @@ fi
|
||||
|
||||
if [[ "${VERSION,,}" == "win7x64" ]]; then
|
||||
DETECTED="win7x64"
|
||||
VERSION="https://dl.bobpony.com/windows/7/en_windows_7_with_sp1_x64.iso"
|
||||
VERSION="https://dl.bobpony.com/windows/7/en_windows_7_enterprise_with_sp1_x64_dvd_u_677651.iso"
|
||||
fi
|
||||
|
||||
if [[ "${VERSION,,}" == "tiny11" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user