docs: Add Tiny10 and Tiny11

This commit is contained in:
Kroese 2024-01-19 00:56:47 +01:00 committed by GitHub
parent 7ebd7dbf79
commit 2999e719ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,12 +73,14 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
Select from the values below: Select from the values below:
- ```win11``` (Windows 11) - ```win11``` = Windows 11
- ```win10``` (Windows 10) - ```win10``` = Windows 10
- ```win81``` (Windows 8.1) - ```win81``` = Windows 8.1
- ```win22``` (Windows Server 2022) - ```win22``` = Windows Server 2022
- ```win19``` (Windows Server 2019) - ```win19``` = Windows Server 2019
- ```win16``` (Windows Server 2016) - ```win16``` = Windows Server 2016
- ```tiny11``` = Tiny11 (Slow download)
- ```tiny10``` = Tiny10 (Slow download)
* ### How do I increase the amount of CPU or RAM? * ### How do I increase the amount of CPU or RAM?
@ -143,14 +145,14 @@ docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/w
* ### How do I install an unsupported version? * ### How do I install an unsupported version?
You can specify an URL in the `VERSION` environment variable, in order to download a custom ISO file: You can specify an URL in the `VERSION` environment variable, in order to download a custom ISO image:
```yaml ```yaml
environment: environment:
VERSION: "https://example.com/win.iso" VERSION: "https://example.com/win.iso"
``` ```
During the installation you will need to add some drivers as described in [manual installation](https://github.com/dockur/windows/tree/master?tab=readme-ov-file#how-do-i-perform-a-manual-installation) above. During the installation you may need to add some drivers as described in [manual installation](https://github.com/dockur/windows/tree/master?tab=readme-ov-file#how-do-i-perform-a-manual-installation) above.
* ### How do I pass-through a disk? * ### How do I pass-through a disk?