Skip to content

Commit

Permalink
docs: Windows 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 14, 2024
1 parent 28b7d6f commit 7cc5699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
container_name: windows
image: dockurr/windows:latest
environment:
VERSION: "win10x64"
VERSION: "win11x64"
devices:
- /dev/kvm
cap_add:
Expand All @@ -43,7 +43,7 @@ services:
Via `docker run`

```bash
docker run -it --rm -e "VERSION=win10x64" -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/windows:latest
docker run -it --rm -e "VERSION=win11x64" -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN dockurr/windows:latest
```

## FAQ
Expand All @@ -54,12 +54,12 @@ docker run -it --rm -e "VERSION=win10x64" -p 8006:8006 --device=/dev/kvm --cap-a

```yaml
environment:
VERSION: "win10x64"
VERSION: "win11x64"
```

Select from the values below:

- ~~```win11x64``` (Windows 11)~~
- ```win11x64``` (Windows 11)
- ```win10x64``` (Windows 10)
- ```win81x64``` (Windows 8.1)
- ```win7x64-ultimate``` (Windows 7 )
Expand Down

0 comments on commit 7cc5699

Please sign in to comment.