On Tue, May 26, 2020 at 11:44 PM Scott Hancock <[email protected]> wrote:
> I’ve been trying to get this to work but it appears that /etc/guacamole > doesn’t exist on the guacamole image. Unless it’s set up on first run. > You are right. It seems that it uses a different location: https://github.com/apache/guacamole-client/blob/1.1.0/guacamole-docker/bin/start.sh#L33 Maybe you need to customize this script by commenting out this `if`: https://github.com/apache/guacamole-client/blob/1.1.0/guacamole-docker/bin/start.sh#L685-L700 This is the problem with docker containers, that usually they make things unnecessarily complicated. Have also a look at this container, maybe it suits you better: https://gitlab.com/docker-scripts/guacamole Dashamir >
