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

Troubleshoot Docker Performance Issues

Troubleshoot Docker performance issues in Cortex XSOAR 6.13. Update Docker packages 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

    Debian

    apt-get update

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

    Linux Distribution
    Command

    Debian

    apt-cache policy docker

  3. Update the Docker package.

    Linux Distribution
    Command

    Debian

    apt-get update docker

Last updated

Was this helpful?