docs: clarify docker run flags for first-time users
- Add 'may take a minute' note on pull to set expectations - Add -it hint for interactive use - Document fallback port suggestion when 3000 is occupied
This commit is contained in:
parent
aca014abcc
commit
4c823ebb1d
|
|
@ -76,8 +76,8 @@ RuView turns ordinary WiFi into a contactless sensor. A $9 ESP32 board reads the
|
|||
|
||||
```bash
|
||||
# Option 1: Docker (simulated data, no hardware needed)
|
||||
docker pull ruvnet/wifi-densepose:latest
|
||||
docker run -p 3000:3000 ruvnet/wifi-densepose:latest
|
||||
docker pull ruvnet/wifi-densepose:latest # may take a minute
|
||||
docker run -p 3000:3000 ruvnet/wifi-densepose:latest # use -it for interactive; if port 3000 is taken, try -p 3001:3000
|
||||
# Open http://localhost:3000
|
||||
|
||||
# Option 2: Live sensing with ESP32-S3 hardware ($9)
|
||||
|
|
|
|||
Loading…
Reference in New Issue