Hi Stereolabs,
Every night, just after midnight, I see my Docker container restarting, because of a network disconnection issue.
I can replicate the Docker events (network disconnected, container die, network connected, container start) by unplugging the ZED 2i camera.
When I unplug the network cables, nothing happens.
Is there some sort of daily task scheduled to reboot the camera?
Some relevant configs:
- The Docker is started with the
--privileged
flag - The /dev folder is mounted into the container
- The
network_mode
equalshost
.