when i try to start docker container using command from documentation it just can't start
PS C:\Users\User> docker run --network host ruvnet/wifi-densepose:latest -- --source wifi --tick-ms 500
wifi: 1: --source: not found
PS C:\Users\User> docker run --network host ruvnet/wifi-densepose:latest --source wifi --tick-ms 500
/bin/sh: 0: Illegal option --
When i start container without arguments it can't detect any hardware
when i try to start docker container using command from documentation it just can't start
PS C:\Users\User> docker run --network host ruvnet/wifi-densepose:latest -- --source wifi --tick-ms 500
wifi: 1: --source: not found
PS C:\Users\User> docker run --network host ruvnet/wifi-densepose:latest --source wifi --tick-ms 500
/bin/sh: 0: Illegal option --
When i start container without arguments it can't detect any hardware