Installing the MongoDB

This section provides the instructions for downloading the MongoDB images for an offline installation of HCL DevOps Velocity (Velocity).

Procedure

Perform the following steps to install the MongoDB:
  1. Run the following command to install the mongoDB:

    docker pull mongo:<momgodb_version_number> && docker save -o mongo.tar mongo:<mongodb_version_number>

    Note: For more information about compatible versions of MongoDB, see system requirements page.
  2. Copy the mongo.tar to offline installation system and run the docker load -i mongo.tar command to load the docker images.