Preparing a Docker container

To install a single-node Red Hat® OpenShift® cluster, you first set up a Docker container and copy the pull secret file and license file into the container.

Procedure

  1. Set up a Docker container.
    mkdir ~/sno
    cd ~/sno
    docker pull quay.io/ibmmas/cli
    docker run -dit --name sno quay.io/ibmmas/cli:latest bash
  2. Log in to the Docker container, create a folder for the IBM® Maximo® Application Suite configuration, and then exit the container.
    docker exec -it sno bash
    mkdir masconfig
    exit
  3. Copy the pull secret and Maximo Application Suite license file into the Docker container.
    docker cp pull-secret sno:/mascli/masconfig/pull-secret
    docker cp license.dat sno:/mascli/masconfig/license.dat