INSTALLING
The new HCL Domino container image leverages the well known community start script to start the Domino server inside the container.
Using the start script to run Domino-related commands
docker exec -it my-domino-container bash
The shell defaults to the "notes" user.
Note: The start script is a general script used for Docker and standard Linux and AIX servers. Some options don't apply to a Docker-based server, but are still listed in the start script running inside the container.
The following commands are the most useful commands. For more information in the external start script documentation, see https://nashcom.github.io/domino-startscript/startscript/commands/.
Table 1. List of standard start script commands
Useful command for a hanging server.
Table 2.
Parent topic: Domino on Docker