Skip to content

Commit 87f26d1

Browse files
authored
docs: Readme (#32)
1 parent be34960 commit 87f26d1

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

readme.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ services:
3030
windows:
3131
image: dockurr/windows
3232
container_name: windows
33-
environment:
34-
VERSION: "win11x64"
3533
devices:
3634
- /dev/kvm
3735
cap_add:
@@ -54,17 +52,17 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
5452

5553
Very simple! These are the steps:
5654

57-
- Start the container and get some coffee, it will start downloading the ISO.
55+
- Start the container and get some coffee, it will begin downloading the ISO file.
5856

59-
- Connect to port 8006 of the container in your web browser and wait untill you see the screen.
57+
- Connect to port 8006 of the container in your web browser and wait until you see the screen.
6058

61-
- Sit back and relax while all the magic happens, the whole installation will be performed fully automatic.
59+
- Sit back and relax while the magic happens, the whole installation will be performed fully automatic.
6260

63-
- Once you see your desktop, your Windows installation is ready for use. Enjoy it, and don't forget to star this repo!
61+
- Once you see the desktop, your Windows installation is ready for use. Enjoy it, and don't forget to star this repo!
6462

65-
* ### How do I specify the Windows version?
63+
* ### How do I specify another Windows version?
6664

67-
You can modify the `VERSION` environment variable in order to specify the version of Windows you want to download:
65+
You can add the `VERSION` environment variable to your compose file, in order to specify the Windows version you want to download:
6866

6967
```yaml
7068
environment:
@@ -82,7 +80,9 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
8280

8381
* ### How do I install a custom ISO file?
8482

85-
You can supply your own ISO file by naming it ```custom.iso``` and placing it in the ```/storage``` folder. Make sure to delete every other file in this folder, so that there are no leftovers from previous installations. Then follow the same steps as for [manual installation](https://github.com/dockur/windows/tree/master?tab=readme-ov-file#how-do-i-perform-a-manual-installation).
83+
You can supply your own ISO file by naming it ```custom.iso``` and placing it in the ```/storage``` folder.
84+
85+
Make sure to delete every other file in this folder, so that there are no leftovers from previous installations. Then follow the same steps as for [manual installation](https://github.com/dockur/windows/tree/master?tab=readme-ov-file#how-do-i-perform-a-manual-installation).
8686

8787
* ### How do I increase the amount of CPU or RAM?
8888

@@ -146,7 +146,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
146146

147147
Then follow these steps:
148148

149-
- Start the container and wait until the ISO download is completed. If needed, you can view this progress in the Docker log. Wait until you see the message ```BdsDxe: starting Boot```.
149+
- Start the container and wait until the ISO download is finished. If needed, you can view the progress in the Docker log.
150150

151151
- Connect to port 8006 of the container in your web browser, you will see the Windows installation screen.
152152

@@ -160,7 +160,7 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
160160

161161
- Wait until Windows finishes copying files and completes the installation.
162162

163-
- Once you see your desktop, open File Explorer and navigate to the CD-ROM drive (D:). Double-click on ```virtio-win-gt-x64``` and proceed to install the VirtIO drivers.
163+
- Once you see your desktop, open File Explorer and navigate to the CD-ROM drive (E:). Double-click on ```virtio-win-gt-x64.msi``` and proceed to install the VirtIO drivers.
164164

165165
- Now your Windows installation is ready for use. Enjoy it, and don't forget to star this repo!
166166

0 commit comments

Comments
 (0)