mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
docs: Add Tiny10 and Tiny11
This commit is contained in:
parent
7ebd7dbf79
commit
2999e719ce
1 changed files with 11 additions and 9 deletions
18
readme.md
18
readme.md
|
|
@ -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?
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue