File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ services:
29
29
container_name : windows
30
30
image : dockurr/windows:latest
31
31
environment :
32
- VERSION : " win11x64 "
32
+ VERSION : " win10x64 "
33
33
devices :
34
34
- /dev/kvm
35
35
cap_add :
@@ -43,7 +43,7 @@ services:
43
43
Via ` docker run`
44
44
45
45
` ` ` bash
46
- docker run -it --rm -e "VERSION=win11x64 " -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/windows:latest
46
+ docker run -it --rm -e "VERSION=win10x64 " -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/windows:latest
47
47
` ` `
48
48
49
49
# # FAQ
@@ -54,12 +54,12 @@ docker run -it --rm -e "VERSION=win11x64" -p 8006:8006 --device=/dev/kvm --cap-a
54
54
55
55
` ` ` yaml
56
56
environment:
57
- VERSION: "win11x64 "
57
+ VERSION: "win10x64 "
58
58
` ` `
59
59
60
60
Select from the values below :
61
61
62
- - ` ` ` win11x64` ` ` (Windows 11)
62
+ - ~~ ```win11x64``` (Windows 11)~~
63
63
- ` ` ` win10x64` ` ` (Windows 10)
64
64
- ` ` ` win81x64` ` ` (Windows 8.1)
65
65
- ` ` ` win7x64-ultimate` ` ` (Windows 7 )
You can’t perform that action at this time.
0 commit comments