I have a C++ compiled app which uses the OpenCV libraries. What’s the cleanest solution to move this to Docker? Can I simply start with one of the OpenCV Docker images or should I build from scratch? I’m assuming I have to install a full c++ compiler onto the Docker container and compile directly in the container? And that one it’s compiled I have to move to an identical container or delete the compiler, etc or simply leave the compiler as part of the image? Any pointers or articles appreciated.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| C++11 src compiles after docker built, but won't for Dockerfile | 0 | 1264 | May 16, 2017 | |
| Build Opencv in Docker with Cuda support | 1 | 2806 | September 12, 2020 | |
| Compiling C++ code in a container | 6 | 33672 | January 30, 2019 | |
| Cofigure VC++ project on Docker | 0 | 255 | February 16, 2023 | |
| Can not run my visual studio 2019 c++ app in a container | 0 | 661 | July 19, 2023 |