Thank you Mike and Nick, docker-compose would probably be what I'm looking
for, I basically would like the file to get the images (so it does a docker
pull every time I run its which ensures the image is always latest ), then adds
my customization (i.e. I expose 8443 instead of 8080, etc.)
On Monday, June 18, 2018, 5:05:00 PM EDT, Mike Jumper
<[email protected]> wrote:
On Mon, Jun 18, 2018 at 9:37 AM, Tezarin <[email protected]> wrote:
> ... And also, do you happen to have a Git repo with your official
> Guacomole repo and Dockerfile?
>
The Dockerfiles for the "guacamole/guacamole" and "guacamole/guacd" Docker
images are part of the guacamole-client and guacamole-server source
respectively:
https://github.com/apache/guacamole-client
https://github.com/apache/guacamole-server
- Mike