For the complete documentation index, see llms.txt. This page is also available as Markdown.
XSOAR 6.13

Install Docker Images Offline

Install Docker images offline for Cortex XSOAR 6.13.

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

Last updated

Was this helpful?