On Fri, Nov 29, 2024 at 7:46 AM David Lomas <d...@pale-eds.co.uk.invalid> wrote:
> Hi Nick, > > Are there any guides or instructions for building the docker image for > 1.6.0? I looked in src/guacd-docker but that didn't seem to contain much > docker-related... > > The "Dockerfile" is in the root of both the guacamole-client and guacamole-server git repos. So, it should just be a matter of: * Checking out the source code * Going to the source code directory (guacamole-server, for example) * Run "docker build" > Or, is it feasible to go from a working 1.5 docker setup to running a > compiled 1.6.0 guacd locally, but leave everything else as is in > docker-land? I couldn't figure out how to connect guacd to the docker > network so that the other containers could communicate with it, and I'm > very far from familiar with docker. I tried `docker network inspect` to get > the local IP addresses of those networks, and then running `./guacd -b > 172.16.0.1 ...` etc. but no joy (or error logs of note). I get as far as > logging in, but no RDP connection is established. > > This should also be possible; however, it may take some special network magic within Docker to get it to work, and, my experience with trying to customize networking within Docker to suit special situations isn't great, so I can't offer much advice, there. -Nick >