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:
- 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. - Copy the
mongo.tarto offline installation system and run thedocker load -i mongo.tarcommand to load the docker images.