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 | 1253 | May 16, 2017 | |
Compiling C++ code in a container | 6 | 32782 | January 30, 2019 | |
C++ development workflow with Docker | 2 | 3591 | June 23, 2015 | |
Anybody aware of a C++ container engine for docker? | 0 | 995 | January 18, 2017 | |
Dockerize a windows app using a C++SDK under docker for linux | 0 | 405 | May 27, 2019 |