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
Update the package manager cache.
Linux Distribution
Command
Debian
apt-get update
(Optional) Check for a newer version of the Docker package.
Linux Distribution
Command
Debian
apt-cache policy docker
Update the Docker package.
Linux Distribution
Command
Debian
apt-get update docker