GitHub user necouchman opened a pull request:
https://github.com/apache/guacamole-client/pull/300
GUACAMOLE-146: Allow webapp context to be specified in Docker
Simple change that allows the application context to be specified for
Guacamole within the Docker image, or defaults to guacamole if not overridden.
Pretty simple, but I believe it works and is reasonably safe??
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/necouchman/guacamole-client jira/146
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-client/pull/300.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #300
----
commit 65b03df3bd7088fb7ef115a0d4c2a73c5e4d2293
Author: Nick Couchman <nick_couchman@...>
Date: 2018-06-11T17:07:43Z
GUACAMOLE-146: Allow webapp context to be specified in Docker with
environment variable.
----
---