schollz / find3-cli-scanner

The command-line scanner that supports Bluetooth and WiFi
https://www.internalpositioning.com/doc/tracking_your_computer.md
149 stars 55 forks source link

find3-cli-scanner is not working. #49

Open NicolasVidal-Ch opened 3 years ago

NicolasVidal-Ch commented 3 years ago

Hello, Here is my little problem,after building the image, I use Rpi to serve as a client for Find3, as soon as I run the command: $ docker run --net="host" --privileged --name 'MyName' -d -i -t schollz/find3-cli-scanner The image does not mount, because when I type the second command: $ docker exec 'MyName' sh -c "find3-cli-scanner -device DEVICE -family FAMILY -wifi -bluetooth -forever" there is an error that is created: Error response from deamon: Container '.............' is not running And if I put the command: docker start 'MyName' It looks like it works, but with: docker stats it is not displayed. t's been a few days or I'm struggling, if you have a solution I am interested. Thank you in advance. Nicolas.