mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update readme.md
This commit is contained in:
parent
85a6bd5c1a
commit
848b75b335
1 changed files with 6 additions and 17 deletions
23
readme.md
23
readme.md
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
</div></h1>
|
</div></h1>
|
||||||
|
|
||||||
Windows inside a Docker container.
|
Windows inside a Docker container. - A fork of Dockurs Windows project
|
||||||
|
|
||||||
## Features ✨
|
## Features ✨
|
||||||
|
|
||||||
|
|
@ -20,6 +20,7 @@ Windows inside a Docker container.
|
||||||
- ISO downloader
|
- ISO downloader
|
||||||
- KVM acceleration
|
- KVM acceleration
|
||||||
- Web-based viewer
|
- Web-based viewer
|
||||||
|
- Easy to configure (Added by me)
|
||||||
|
|
||||||
## Video 📺
|
## Video 📺
|
||||||
|
|
||||||
|
|
@ -29,10 +30,12 @@ Windows inside a Docker container.
|
||||||
|
|
||||||
Via Docker Compose:
|
Via Docker Compose:
|
||||||
|
|
||||||
|
It is highly reccomended to use this method as you can change some settings for your user account, locale, windows version, and the resources assigned to the vm
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
windows:
|
windows:
|
||||||
image: dockurr/windows
|
image: tj5miniop/windows-docker
|
||||||
container_name: windows
|
container_name: windows
|
||||||
environment:
|
environment:
|
||||||
VERSION: "win11"
|
VERSION: "win11"
|
||||||
|
|
@ -43,21 +46,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 8006:8006
|
- 8006:8006
|
||||||
- 3389:3389/tcp
|
- 3389:3389/tcp
|
||||||
- 3389:3389/udp
|
- 3389:
|
||||||
stop_grace_period: 2m
|
|
||||||
```
|
|
||||||
|
|
||||||
Via Docker CLI:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
|
|
||||||
```
|
|
||||||
|
|
||||||
Via Kubernetes:
|
|
||||||
|
|
||||||
```shell
|
|
||||||
kubectl apply -f kubernetes.yml
|
|
||||||
```
|
|
||||||
|
|
||||||
## FAQ 💬
|
## FAQ 💬
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue