Skip to content

Commit 087e1c9

Browse files
authoredJan 15, 2024
docs: Remove latest (#20)
1 parent 03c8336 commit 087e1c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ version: "3"
2929
services:
3030
windows:
3131
container_name: windows
32-
image: dockurr/windows:latest
32+
image: dockurr/windows
3333
environment:
3434
VERSION: "win11x64"
3535
devices:
@@ -45,7 +45,7 @@ services:
4545
Via `docker run`
4646

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

5151
## FAQ

0 commit comments

Comments
 (0)
Please sign in to comment.