Open purplespider opened 7 years ago
Unluckily this project seems to have no future: Personally, I decided to move this app to a LXC setup, since it presents several problems by running into docker.
See also http://control.product.connectwise.com/forums/1-new-features/topics/750-docker/
That's a shame. Can I ask what the other issues were?
I couldn't find a way to properly separate data (db) and settings from the executable code. Voiding that way the entire containerization approach. And also launching the app was a bit tricky.
A workaround for the first problem was to directly mount the entire app's folder outside of the container. However, updating was a pain.
When trying to run this Docker, it fails with:
/run.sh: 10: /run.sh: mono: not found
If I remove the
/opt/screenconnect
volume mounting, then it runs fine. But I'd prefer for the ScreeConnect files to be stored outside of the container.