kenayagi / docker-screenconnect

ScreenConnect (a self-hosted remote desktop software application) dockerized
9 stars 9 forks source link

/run.sh: 10: /run.sh: mono: not found #1

Open purplespider opened 7 years ago

purplespider commented 7 years ago

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.

kenayagi commented 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/

purplespider commented 7 years ago

That's a shame. Can I ask what the other issues were?

kenayagi commented 7 years ago

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.