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

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.10
Creation date
2022-10-13
Last date published
2024-03-28
End_of_Life
EoL
Category
Administrator Guide
Abstract

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

You might experience several Docker performance issues. 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.

Cause

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