GitHub user ceharris opened a pull request:
https://github.com/apache/incubator-guacamole-manual/pull/56
GUACAMOLE-409: Include a Dockerfile in guacamole-manual
This request adds a Dockerfile along with instructions for using it.
In working on the additions to the manual for the newly merged event
listener support, I've found it to be helpful, and I suspect others will as
well. Using the Dockerfile, it isn't necessary to install all of the Docbook
dependencies in order to contribute to the documentation, build it, and see the
resulting changes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/soulwing/incubator-guacamole-manual
GUACAMOLE-409
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-manual/pull/56.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 #56
----
commit b018330472a8760c04e1bea1e831afe1054676df
Author: Carl Harris <[email protected]>
Date: 2017-10-08T13:54:25Z
add Dockerfile and .dockerignore
commit e5f819ded65576d91a822c88945925482f3b45a7
Author: Carl Harris <[email protected]>
Date: 2017-10-08T13:54:53Z
include instructions for using Dockerfile in README
----
---