Resources in Docker desktop suddenly gets down to 0 and containers dont respond then

I have being using docker desktop on linux system since i updated to version 28 from 27 things are getting bit bad so, I spin up all the containers and start with my day after sometime the resources goes 0 and conatiners stop responding.

To investigate a little more i ran docker info and following was the resp

meet@meetlaptop:~$ docker infoClient: Docker Engine - CommunityVersion:    28.3.3Context:    desktop-linuxDebug Mode: falsePlugins:ai: Docker AI Agent - Ask Gordon (Docker Inc.)Version:  v1.9.11Path:     /home/meet/.docker/cli-plugins/docker-aibuildx: Docker Buildx (Docker Inc.)Version:  v0.26.1-desktop.1Path:     /home/meet/.docker/cli-plugins/docker-buildxcloud: Docker Cloud (Docker Inc.)Version:  v0.4.18Path:     /home/meet/.docker/cli-plugins/docker-cloudcompose: Docker Compose (Docker Inc.)Version:  v2.39.1-desktop.1Path:     /home/meet/.docker/cli-plugins/docker-composedebug: Get a shell into any image or container (Docker Inc.)Version:  0.0.42Path:     /home/meet/.docker/cli-plugins/docker-debugdesktop: Docker Desktop commands (Docker Inc.)Version:  v0.2.0Path:     /home/meet/.docker/cli-plugins/docker-desktopextension: Manages Docker extensions (Docker Inc.)Version:  v0.2.29Path:     /home/meet/.docker/cli-plugins/docker-extensioninit: Creates Docker-related starter files for your project (Docker Inc.)Version:  v1.4.0Path:     /home/meet/.docker/cli-plugins/docker-initmcp: Docker MCP Plugin (Docker Inc.)Version:  v0.13.0Path:     /home/meet/.docker/cli-plugins/docker-mcpsbom: View the packaged-based Software Bill Of Materials (SBOM) for an image (Anchore Inc.)Version:  0.6.0Path:     /home/meet/.docker/cli-plugins/docker-sbomscout: Docker Scout (Docker Inc.)Version:  v1.18.2Path:     /home/meet/.docker/cli-plugins/docker-scout

Server:ERROR: request returned 500 Internal Server Error for API route and version http://%2Fhome%2Fmeet%2F.docker%2Fdesktop%2Fdocker.sock/v1.51/info, check if the server supports the requested API versionerrors pretty printing info

So seems like the docker backend crash for some reason but i am not able fix this so i do restart the docker and it works for sometime but again comes up with the same issue :frowning:

Can someone please help me in this

I would like clarify this carsh i not due to any availablility of resources my system has heavy things to run but I have heavy configuration as well and i have never seen the cpu go above 70% so please not to worry about it.

I am using the latest version of docker.desktop

My guess would be that Docker Desktop goes to Resource saver mode when it shouldn’t. Do you see it’s icon on the Docker logo in the notification area or in the Window of Docker Desktop?

Also, could you reshare your code block with line breaks? There is a known issue with Discourse’s new “composition mode” that removes line breaks in code blocks apparently and makes it realy hard to read. You can switch to the markdown mode by clicking on the M↓ icon on the left side next to “A”.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.