Downloading the Docker container image

The Maximo Application Framework Configuration application is provided in a Docker container image.

Before you begin

Refer to the Configuring and customizing IBM® Maximo® Mobile support page to determine the version of the container image that is appropriate for your version of Maximo® Application Suite.

About this task

You can download the Maximo Application Framework Configuration application Docker container image from the IBM® Entitled Registry. You need an entitlement key and access to IBM Passport Advantage to download the container image.

Alternatively, you can download the same image from the IBM Open Registry. If you download the image from the Open Registry, you do not need an entitlement key and access to IBM Passport Advantage is not required.

Procedure

  1. Download the Maximo Application Framework Configuration application Docker container image from the IBM® Entitled Registry.
    1. Log in to the My IBM container software library by using the IBMid and password.
    2. In the Entitlement keys section, click Get entitlement key.
    3. Click Copy key.
    4. Paste the key into an empty file. You need the key to deploy the Maximo Application Framework Configuration application with Docker.
    5. Open a command prompt on your system.
    6. Run the following command to log in to the IBM Entitled Registry.
      Replace the entitlement_key variable with the key that you copied.
      docker login cp.icr.io --username cp --password entitlement_key
    7. Run the following command to download the Docker container image:
      docker pull cp.icr.io/cp/manage/maf-tools:9.0.0
  2. Download the Maximo Application Framework Configuration application Docker container image from the IBM® Open Registry.
    1. Open a command prompt on your system.
    2. Run the following command to download the Docker container image:
      docker pull icr.io/cpopen/maf-tools:9.0.0