Deployment Manual / Version 2107
Table Of ContentsCreate the config file
cat << EOF > capclient.properties cap.client.server.ior.url=http://<host>:<port>/ior EOF
Execute the tool with mounted configuration file
docker run --rm \ --entrypoint /coremedia/tools/bin/cm \ --volume \ $PWD/capclient.properties:\ /coremedia/tools/properties/corem/capclient.properties coremedia/management-tools \ dump -u <user> -p <password> <id>
With mounted configuration files, you can create a separate configuration folder for each content server and for each environment you want to connect to and mount the whole folder to switch a tool from one environment to another.