Thanks—yes, I suspect the docker / local setup will need some magic. I did already try a plain `docker build` based on your previous message, but all I get is:
guacamole-server] $ docker build ERROR: "docker buildx build" requires exactly 1 argument. See 'docker buildx build --help'. Usage: docker buildx build [OPTIONS] PATH | URL | - Start a build Running `docker build .` did the trick though :). I will see how that goes. Thanks! On Fri, 29 Nov 2024 at 12:56, Nick Couchman <[email protected]> wrote: > On Fri, Nov 29, 2024 at 7:46 AM David Lomas <[email protected]> > 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 > >>
