docs: add Windows Docker CLI argument note

This commit is contained in:
Hermes Agent 2026-05-23 19:19:35 +00:00
parent 5d544126ee
commit aca014abcc
1 changed files with 8 additions and 0 deletions

View File

@ -589,3 +589,11 @@ MIT License — see [LICENSE](LICENSE) for details.
---
**WiFi DensePose** — Privacy-preserving human pose estimation through WiFi signals.
## Windows Note
If running on Windows with Docker Desktop, pass CLI arguments differently:
```
docker run -p 3000:3000 ruvnet/wifi-densepose:latest -- --help
```
On Windows, use `--` to pass arguments through the Docker container to the binary inside.