Using libvoxl_io.so from Docker
-
Hi,
I understand that currently using libvoxl_io.so from Docker is not supported.I wanted to know if it's on your road map, and if so, when can we expect Docker support for this?
If not, I would like to know what it would take to port it to Docker ?
Thanks
-
It is not currently on the roadmap. You could create a shim by exposing a libmodal_pipe to the docker from the Yocto layer. What specifically are you trying to achieve?
-
@Chad-Sweet
I'm trying to read some sensor data using UART/I2C, from within a Docker container.I will look into libmodal_pipe , thanks.