Reply to a comment from Daniel Nashed

Some side notes:

The new HCL image is essentially the HCL Community image. It's based on Redhat UBI 8.6.
The HCL image also has a HCL Traveler and HCL Domino Leap container, which you can download from Flexnet. Both are built on the same base image.

But the community image is always up to date and provides you with the latest tooling around and also more add-on image options. So I would personally also stay on the community image :-)

The setup is aligned with what the community image did earlier and uses my Nash!Com Domino start script inside the container. And there is some additional magic to replace template environment variables in JSON files.

In a production environment I would recommend using host volumes instead of Docker volumes!

So instead of using:  -v notesdata:local/notesdata
I would use -v /local/notesdata:/local/notes data.
This will map the physical volume to your container and this directory is independent from your Docker host!

In addition you might want to look into dominoctl, which I made also available for Mac.

--> https://nashcom.github.io/domino-startscript/dominoctl/

 

Leave your reply right here