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
