docker-obs
docker-obs copied to clipboard
Go through Rvnc
Hello, it works very well but in order to connect it to guacamole, how can we do it to go through rvnc? and how do we change the definition?
You probably have to modify the base container here. You could either add another layer by creating your own Dockerfile using FROM: bandi13/docker-obs and then having subsequent commands to change that shell script, or you could combine the two projects into a single Dockerfile and make the modifications there. Alternatively, fork the gui-docker repo, and make the modification, then send me a PR. I'd love to have that change added.