Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
12.01 FP1 provided podman support without the root requirement.
Hmmmm ... I could not disagree more!
In theory you could install Domino and other products without root if you install it in a different directory.
Yes in general on Linux you need root permissions to install software that needs the sticky bit like the bindsock application, which allows to bind to resticted ports as you say.
But it is actually important to install and run software that cannot be modified by a normal user.
So it is part of the security concept on Linux to only allow "root" to install software and have it installed in a way that a normal user cannot modify the code.
On Windows this is more difficult than on Linux/Unix.
What you can do is to get your system adminstator to allow certain operations to delegate via sudo.
Software installs on Linux needs to have root access in one or another way!
The runtime is always a non root user. Even some operations like bindsock need resticted operations.
On Docker the image is built to use the "notes" user in the container. But a Docker administrator can still log into the image with root permissions.
There are rootless containers on Docker 20.10 (just released) and Podman. But it's to early to use it. But still the Docker container is always running with the "notes" user.
[ Daniel Nashed / HCL Lifetime Ambassador ]
What about the Websphere Sametime products such as ST Proxy, ST Advanced, and ST Gateway?
Domino provides Docker support, we are working on adding Sametime in Docker to the github repo https://www.github.com/IBM/domino-docker
Is it supported with a Docker container? Or is it planned to be in the future?
Would a Docker container help?