1
0
mirror of https://github.com/dockur/windows.git synced 2026-06-10 20:25:40 +08:00

docs: Docker run command (#195)

This commit is contained in:
Kroese
2024-02-28 08:53:10 +01:00
committed by GitHub
parent cbe7d6e565
commit aed184eb54
+1 -1
View File
@@ -44,7 +44,7 @@ services:
Via `docker run` Via `docker run`
```bash ```bash
docker run -it --rm -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
``` ```
## FAQ ## FAQ