docs: add Windows Docker CLI argument note
This commit is contained in:
parent
5d544126ee
commit
aca014abcc
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue