INSTALLING
Upgrading a containerized Domino server is very similar to upgrading a non-containerized server, except that instead of installing a new version, the existing container is stopped and removed, and the existing data volume is used to create a new container using an updated Domino container image. Starting the container the first time with a new image takes care of applying templates to the existing data volume.
About this task
To upgrade a containerized Domino server, you stop and delete the container for the current Domino version and create a new container with the new container image and the existing data volume.
Procedure
1. Download the new Domino Docker web kit from the HCL Licensing Portal.
2. From the Docker terminal window, load the Domino container image tar archive file provided in the web kit to Docker:
For example:
docker load --input Domino_1202_DockerImage.tgz
docker rm domino12
docker image ls