On Mon, Jun 18, 2018 at 12:37 PM Tezarin <[email protected]> wrote:
> Thanks Nick, now back to the main subject (I see my topic was > side-tracked): > > I have been using the docker pull command as you suggested but would like > to have a Dockerfile or docker-compose that I can run to pull the newest > image, pass the environment variables, etc. Do you recommend a Dockerfile > or a docker-compose file? And also, do you happen to have a Git repo with > your official Guacomole repo and Dockerfile? > Thanks > > No, I don't. As far as I know, the Dockerfile is for *building* the actual images, so I don't think that's going to do you any good in pulling down newer versions of images and coordinating the deployment of those images. docker-compose may be what you're looking for, but I'm not familiar with it, so I can't really provide you any examples of that. Maybe someone else on the list can help with that - I know it's been suggested/discussed in a JIRA issue or two, but I'm not going to be of much help. -NIck
