Setting differnet frameworks in docker container
I love using Cognex VisionPRO Framework in a docker container. This way Visual Studio 2017 (C #) will run on my Windows 10 machine and the environment should run in a docker container.
- It is an image recognition framework that contains some libraries, a service for a license key and a camera driver. It installs an optional GUI.
- I like to install it in a docker container because this framework exists in two versions and you cannot have both on the same PC.
- Silent installation is possible, but I'm not sure if it's possible that the docker container can recognize USB Dongles for example.
I don't understand how docker works. I understand that a docker container may host some server stuff. But does it make sense to install a framework?
+3
source to share
No one has answered this question yet
Check out similar questions: