IT consulting focusing on Lotus products from the company HCL.

HCL Domino includes a Docker-compatible Red Hat Universal Base Image (UBI) of Domino, which is part of your license and can be downloaded from the HCL Licensing Portal. HCL Domino is pre-installed on this image, allowing you to deploy Domino servers as containers with just a few commands.
Create test and demo environments in minutes or evaluate new versions of HCl Domino with minimal effort. Combined with One-touch Setup, you can fully automate the creation and deployment of a predefined HCl Domino environment.
From the multitude of options, we provide tailored modules for your learning success. Individual scheduling ensures that the necessary knowledge is imparted at the appropriate time.
Use the `docker run` command to create a container that runs Domino. You can create the following types of Domino containers based on the Docker run arguments you specify.
A container for the Domino server setup
A container that carries out Domino
A container for upgrading Domino with new design templates.
A container for running Domino processes when the server fails.
Image:
A file containing a built, executable version of an application. Images are uploaded to Docker and used to create and run containers.
container:
An isolated storage location on a Docker host that contains the executable software and files required to run an application.
Containers exclude unnecessary files that are managed by the host operating system.
Capacity:
A storage location on Docker that stores data to be read or written by the application. While containers can be easily deleted and recreated, volumes persist. The Domino data directory is stored on a volume, and you can interact with the corresponding Domino container without affecting the volume's contents.
Docker Daemon:
The Docker service, which you interact with using Docker commands to create and manage containers. Also known as the Docker Engine.
Docker host:
The physical computer on which the Docker daemon is running.

