In order to update Boardgent On-Premise using Docker, it is necessary to perform the following actions.
Please open the command terminal on the server where Boardgent On-Premise is hosted and go to the folder where the docker-compose.yml file is located.
Once you are in the root folder of Boardgent On-Premise please run the following command:
docker-compose pull
The docker-compose pull command is in charge of bringing all the new updates that the Boardgent On-Premise containers may have. For more information about docker-compose pull you can see the following link.
The next, and last, step is to recreate the Docker containers with the new updates. For this we are going to run the following command:
docker-compose up -d
This command will recreate all containers that have changed since the last time they were created. For more information about the docker-compose up -d command, you can see the following link.
That's all! With just two commands, you updated your Boardgent On-premise deployment.