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