-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels