INSTALLING
The first step to deploy a new Domino server on Docker is loading the Domino container image tar archive file to Docker. This creates the image that's used to create containers.
Procedure
1. Download the Domino Docker web kit from the HCL Licensing Portal.
2. From the Docker terminal, load the domino-docker tar archive file provided in the web kit to Docker:
For example:
docker load --input Domino_1202_DockerImage.tgz
Note: If you use podman, the command is:
podman load --input Domino_1202_DockerImage.tgz