Replies: 2 comments 7 replies
-
Typically you'd build the packages you need in the docker container inside the docker container itself and leave them out of the Yocto image. It's possible to volume mount directories from Yocto into a docker container but you may run into issues running applications as they are likely using different runtime library dependencies in the docker container vs Yocto, hence the motivation for containerization. |
Beta Was this translation helpful? Give feedback.
-
Which branch are you on? Which image are you using? The |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am running a Nvidia container on top of a Yocto image and I was wondering how we can allow the Nvidia container to access packages installed in the Yocto image (for example cmake, glog, etc). Do I have to mount the root file system (or the path where the packages are located) in the Nvidia container? I'm sure it's something pretty straightforward but I havent been able to find a similar post.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions