mirror of
https://github.com/dockur/windows-arm.git
synced 2024-11-06 22:21:49 +00:00
docs: Readme (#55)
This commit is contained in:
parent
24aa7fcb9b
commit
01b8a08980
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ Windows for ARM 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-arm
|
||||
|
|
Loading…
Reference in a new issue