Install Docker Images Offline - Administrator Guide - 6.6 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.6
Creation date
2022-09-29
Last date published
2024-03-21
End_of_Life
EoL
Category
Administrator Guide
Abstract

Install Docker images offline if the Cortex XSOAR server is not connected to the internet.

Follow these steps to install Docker images when the Cortex XSOAR server is not connected to the internet.

  1. Download the Docker image by appending the download link you received from Cortex XSOAR with the following parameters.

    &downloadName=dockerimages

  2. Copy the downloaded Docker image to the Cortex XSOAR server.

  3. Stop the Cortex XSOAR service.

    sudo service demisto stop

  4. Load the Docker image using the following command.

    sudo docker load -i <YOUR_DOCKER_FILE>.tar

  5. Start the Cortex XSOAR service.

    sudo service demisto start