Update readme.md

This commit is contained in:
tj5miniop 2024-08-21 15:40:13 +00:00 committed by GitHub
parent 85a6bd5c1a
commit 848b75b335
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 💬