INSTALLING
Complete this procedure to invoke one-touch Domino setup with parameters in a JSON file if you run Domino on Docker.
Before you begin
Complete the following procedures:
Consider using this procedure rather than invoking through system environment variables if parameter values include international (non-ASCII) characters. System environment variables use the locale settings of the Docker host which may not be compatible with international characters.
Procedure
1. Create a volume to store the Domino data directory. For example, to create a volume called notesdata, issue the following Docker command:
For example:
docker run -it -v notesdata:/local/notesdata --name adminserver --entrypoint /bin/bash --env SetupAutoConfigure=1 --env SetupAutoConfigureParams=setup.json -p 8585:8585 -p 1352:1352 -p 443:443 domino-docker:V1200
4. Run the Domino Docker startup script from the Domino program directory to set up and run the server:
Your new Domino server should be up and running in a new Docker container.
Parent topic: Invoking one-touch Domino setup
Related concepts Domino on Docker