Docker
I'm currently using ScreenConnect in a docker container.
( I've created this simple image: https://hub.docker.com/r/kenayagi/screenconnect/ )
It has been working well so far, but I'm forced to so some magic to correctly update it (read: run db update scripts manually after new pulls).
Any chance of getting official support?
It would be really great to have an official image directly from ConnectWise.
@Luca @James are you stil running SC in a docker? Is it running on the latest version?
Yes. I'm still running inside Docker with the latest versions, even with the mentioned "dirty method" for applying updates.
My docker-compose.yml looks like this:
(The traefik' part would deserve a separate talk, but that's "optional")