INSTALLING
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