Skip to content

Commit

Permalink
docs: Docker CLI (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored May 16, 2024
1 parent b9fa92a commit c064430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
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
docker run -it --name windows -p 8006:8006 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows-arm
```

Via Kubernetes:
Expand Down

0 comments on commit c064430

Please sign in to comment.