Loading the Domino Leap tar archive file to Docker

The first step to deploy a Domino Leap server on Docker is loading the dleap-container tar archive file to Docker. This creates the image that is used to create containers.

About this task

Procedure

  1. Download the dleap-container tar archive file from the HCL Licensing Portal.
    Note: You will need to transfer/copy the dleap-container tar archive file to a Linux server if the file was downloaded elsewhere from the HCL Licensing Portal. For example, you may use a browser on a Windows laptop to download the file. In this case, you will need to ftp or scp the file to your Linux system with Docker installed before you can load it.
  2. From a terminal window on a Docker-enabled system, load the dleap-container tar archive file:
    docker load --input dleap-container-<version>.tgz
    For example:
    docker load --input dleap-container-V1202-1.1.0.4.tgz
    Note: The exact name of the tar archive file depends on the underlying versions of Domino and Domino Leap (previously Volt). In the above example, V1202-1.1.0.4 indicates Domino 12.0.2 and Domino Leap 1.1.0.4.