Abstract
Troubleshoot Docker performance issues in Cortex Xpanse. 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.
Cause
The installed Docker package and its dependencies are not up to date.
Workaround
Update the package manager cache.
Linux Distribution
Command
CentOS
yum check-update
Debian
apt-get update
(Optional) Check for a newer version of the Docker package.
Linux Distribution
Command
CentOS
yum check-update docker
Debian
apt-cache policy docker
Update the Docker package.
Linux Distribution
Command
CentOS
yum update docker
Debian
apt-get update docker