layout | title | nav_order | description | has_children |
---|---|---|---|---|
default |
Concept & Overview |
1 |
HCL Domino Container |
true |
Quickstart{: .btn } View it on GitHub{: .btn }
This project contains build scripts for HCL Domino Docker/Container images via dockerfiles. The repository provides the utilities to build HCL Domino Server with the latest software or specific version in a Docker/Container image. There are separate folders within this repository for Domino add-on HCL products like Traveler and HCL Domino Volt as well.
All required HCL web-kits and fixes are downloaded from a software repository server instead of adding the source installation files to the image directly. If no remote server is referenced a temporary local NGINX container is started at build time to act as a software repository server.
The project is supported on Docker Desktop, Docker Server, Podman, Rancher Desktop, Kubernetes (K8s) and OpenShift. See detailed information about supported run-time and build environments
The project uses the official HCL web-kit installers to build container images download from the official HCL Flexnet repository.
- All HCL customers with active maintenance should have a download account for HCL Flexnet software portal
- HCL Business Partners with the Partner Pack can download software in a similar way
See how to download software for details.
We recommend to download the GitHub project directly via git.
An alternate way is to download the project via ZIP file from the respository page.
See Howto Get Domino Container GitHub Repo for details.
To build the latest available image
- Download the required software packages to the 'software' directory
- From the root folder of this repository issue the following command
./build domino
The process will perform all required actions to create the image in the version requested. Usually it takes ~5 to ~8 minutes to build the image (depending on your CPU & disk performance).
Once you have built the Domino base image, you can build add-on images on top if it.
The add-on application is another layer on top of the Domino image.
Add-on images always need to be derived from the Domino base image.
There are currently two add-on images available:
./build traveler
- Traveler on Domino./build volt
- Volt on Domino
Refer to Howto Run Domino Container GitHub Repo how to run a Domino Container on Docker.