Creating the volume for the data directory
After you load Domino_1101_Trial_DockerImage.tgz to Docker, create a Docker volume. The Docker volume is a persistent location to hold the Domino data directory.
About this task
Create a volume once for the Domino trial server. You can remove and recreate the Domino container and if you do, the volume persists and the data directory is reused.
Procedure
Create the Docker volume for the data directory:
docker volume create <volume name>
For
example, to create a volume named notesdata
:
docker volume create notesdata