Troubleshoot Docker Performance Issues - Administrator Guide - 8 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
8
Creation date
2024-02-14
Last date published
2024-04-25
Category
Administrator Guide
Solution
Cloud
Abstract

Troubleshoot Docker performance issues in Cortex XSOAR. Update Docker package and dependencies.

This information is intended to help resolve the following Docker performance issues.

  • Containers are getting stuck.

  • The Docker process consumes a lot of resources.

  • Time synchronization issues between the container and the OS.

 

The installed Docker package and its dependencies are not up to date.

Workaround

  1. Update the package manager cache.

    Linux Distribution

    Command

    CentOS

    yum check-update

    Debian

    apt-get update

  2. (Optional) Check for a newer version of the Docker package.

    Linux Distribution

    Command

    CentOS

    yum check-update docker

    Debian

    apt-cache policy docker

  3. Update the Docker package.

    Linux Distribution

    Command

    CentOS

    yum update docker

    Debian

    apt-get update docker