close

Filter

Deployment Manual / Version 2310
Table Of Contents

  1. Create the config file

    cat << EOF > capclient.properties
    cap.client.server.ior.url=http://<host>:<port>/ior
    EOF
  2. 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.

Was this article useful?

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.