close

Filter

loading table of contents...

Deployment Manual / Version 2207

Table Of Contents

2.4.2.1 Mount Configuration Files

  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.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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