Download and Restore Docker Images of QMetry Products

System Requirements and Pre-requisite

  • To prepare the upgrade files, use a machine with internet access.

  • Once the upgrade files are prepared, transfer them to the server along with the QMetryApp.zip file.

  • Install Docker before running Docker commands on the machine.

Downloading Docker Images of QMetry Application

To download Docker images, perform the following steps:

image-20220627-042253.png
  1. Log into Docker.

    docker login

    Enter your login credentials. If you do not have the credentials, please get in touch with QMetry Support.

  2. Pull the application's Docker Image from the Docker repository.

    docker pull qmetry/qmetry:latest

    The download may take some time. Once the process is complete, the following message will appear:

    image-20220627-042230.png

    Verify that the Docker image is downloaded.

    docker images
    image-20220627-042253.png
  3. Save the application's Docker image as a .tar file

    docker save -o /opt/qtm/qmetryapp.tar qmetry/qmetry:latest
  4. Transfer the qmetryapp.tar files to the QMetry application server.

Restoring the Docker image of QMetry Application

  1. Run the following command only if you're installing as the root user. If you're using any other user, skip this step:

    sudo su
  2. Go to the directory where the qmetryapp.tar file is placed. Then execute the following command:

    docker load -i qmetryapp.tar
  3. Verify the container images have been successfully restored:

    docker images
Publication date: