Skip to content

Commit

Permalink
docs: Readme (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 6, 2024
1 parent 24aa7fc commit 01b8a08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Windows for ARM in a Docker container.

## Usage

Via `docker-compose.yml`
Via Docker Compose:

```yaml
version: "3"
Expand All @@ -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
Expand Down

0 comments on commit 01b8a08

Please sign in to comment.