Useful Docker commands for the trial

While administration and configuration steps are largely executed the same way for both a Domino-container-based server and non-container-based server, there are a few differences to keep in mind.

  • To copy files from the Domino container to the host system, and vice versa, use the docker cp command.
  • To execute a command in the Domino container while it's running, use the docker exec command. You can use this command to execute a bash session in the Domino container, for example, to edit the notes.ini file.

For details on these commands, see Useful Docker commands in the main Domino on Docker documentation.