close

Filter

loading table of contents...

Deployment Manual / Version 2207

Table Of Contents

2.4.1.2 Start a Tool Directly With a Custom Entrypoint

To start a tool, for example the version tool directly, you need to run:

docker run --rm \
  coremedia/management-tools \
  tools/bin/cm version

Here the tool and its arguments are passed to the entrypoint. Because the default working directory is set to /coremedia by the image, you only need to pass the relative path to the cm executable. All arguments that follow will be handled as arguments to the cm executable. The results of the tools are written to stdout and can easily be processed using standard shell means.

Parse an IOR URL. 

docker run --rm \
  coremedia/management-tools \
  tools/bin/cm ior <ior string>

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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