Loading the domino-docker trial tar archive file to Docker

The first step to deploy the trial Domino server on Docker is loading the Domino_1101_Trial_DockerImage.tgz tar archive file to Docker. This creates the image that's used to create containers.

Before you begin

Copy the license key file that you received from an HCL Sales representative to the Docker host server.

Procedure

  1. Download the web kit HCL Domino 11.0.1 Trial Docker Image from the HCL License Portal.
  2. From the Docker terminal, load the Domino_1101_Trial_DockerImage.tgz file provided in the web kit to Docker:
    docker load --input Domino_1101_Trial_DockerImage.tgz

What to do next

Create the volume to store the data directory.