Sorry, I posted in a hurry and I misunderstood your first post. I saw “desktop” and I thought you were using Docker Desktop and I don’t know why I assumed Windows… Now I know you are not using any Docker desktop
If the client command uses that much resources, that could be a bug. I will share a template text for debugging. Please, answer the questions and we can continue debugging..
We usually need the following information to understand the issue:
-
What platform are you using? Windows, Linux or macOS? Which version of the operating systems? In case of Linux, which distribution?
-
How did you install Docker? Sharing the platform almost answers it, but only almost. Direct links to the followed guide can be useful.
-
On debian based Linux, the following commands can give us some idea and recognize incorrectly installed Docker:
docker info docker version
Review the output before sharing and remove confidential data if any appears (public IP for example)
dpkg -l 'docker*' | grep '^ii' snap list docker
When you share the outputs, always format your posts according to the following guide: How to format your forum posts