1
0
spegling av https://github.com/dockur/windows.git synced 2026-06-12 13:19:34 +08:00
This commit is contained in:
Kroese
2024-04-07 01:59:20 +02:00
committad av GitHub
förälder b02f65a41e
incheckning da9ef0e061
2 ändrade filer med 2 tillägg och 2 borttagningar
Visa fil
+2 -2
Visa fil
@@ -25,7 +25,7 @@ Windows in a Docker container.
## Usage
Via `docker-compose.yml`
Via Docker Compose:
```yaml
version: "3"
@@ -47,7 +47,7 @@ services:
restart: on-failure
```
Via `docker run`
Via Docker CLI:
```bash
docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows