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
On Saturday, June 16, 2018, 8:13:58 PM EDT, Nick Couchman
<[email protected]> wrote:
On Fri, Jun 15, 2018 at 11:36 AM Tezarin <[email protected]> wrote:
>
> Hi,
>
> What would be a good practice for having these docker pull commands? Can
> we have a Dockerfile that does that? If so, can you please point me to some
> of your examples?
>
>
The Dockerfile is used to build the images, so you don't need this for a
"docker pull" command. You'd just run the "docker pull" command after a
new update of Guacamole is released, and it will pull the latest images
down for your containers. You'd then stop your Guacamole-related
containers and restart them, and it should use the latest-available image.
-Nick