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...
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. Any extra info on the best way to test would be most appreciated. Kind regards, David On Wed, 27 Nov 2024 at 21:11, Nick Couchman <vn...@apache.org> wrote: > On Wed, Nov 27, 2024 at 4:07 PM Jacob Chapman <jacob@jnetwork.cloud> > wrote: > >> Is there a way to pull this as a container image? Eg >> guacamole/guacamole:specialtag ? >> >> I could test it that way if so >> >> > We do not provide builds for unreleased versions, including containers. To > do this you'd need to pull the source code from Git and then you could use > "docker build" to build the images on your system and test that way. > > -Nick > >>