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

  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:
    docker load --input <tar archive file>
    
    For example:
    docker load --input Domino_1101_DockerImage.tgz
    Note: If you use podman, the command is:
    podman load --input Domino_1101_DockerImage.tgz