On Fri, Oct 22, 2021 at 7:25 AM Golota S.V. <[email protected]> wrote:
> Hello in the article: > (https://www.mail-archive.com/[email protected]/msg07992.html) > explains how to disable Disable glyph caching: tell me how to apply this > advice to a docker installation? I tried running this patch in guacamole > and guacdb containers but it stops and asks for a filename: > > You can't really apply this to an existing Docker container. What you would need to do is: 1) Download the source for the version of guacamole-server (guacd) you're running. 2) Apply the patch 3) Build the source 4) Rebuild the Docker container using the provided Dockerfile. 5) Replace your Docker container with the one you just built. Alternatively, instead of downloading the source and applying the patch, you could just check the source code out of the git repo, either the master or staging/1.4.0 branches, which have the patch already applied, and then rebuild the Docker image using the Dockerfile. -Nick
