docs: Readme

This commit is contained in:
Kroese 2024-04-07 01:40:08 +02:00 committed by GitHub
parent 6e8b102055
commit 202b6f9b77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ Windows for ARM in a Docker container.
## Usage
Via `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-arm