You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: