Skip to content

Commit

Permalink
docs: Remove latest (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 15, 2024
1 parent 03c8336 commit 087e1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version: "3"
services:
windows:
container_name: windows
image: dockurr/windows:latest
image: dockurr/windows
environment:
VERSION: "win11x64"
devices:
Expand All @@ -45,7 +45,7 @@ services:
Via `docker run`

```bash
docker run -it --rm -e "VERSION=win11x64" -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
```

## FAQ
Expand Down

0 comments on commit 087e1c9

Please sign in to comment.