You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docker engine hangs when I try to run it. I ran the diagnostic through the troubleshooting section and get the following: running engine: waiting for the Docker API: context deadline exceeded
Reproduce
I am trying to open the engine through the applications
Hi @cberk17 ,
according to the logs, it seems the VM is running out of space: Unable to get the TempDir under /var/lib/docker: mkdir /var/lib/docker/tmp: no space left on device.
It could be related to switching to containerd: the image store of containerd is a new one but the previous store is not deleted.
Can you try to disable containerd (doc), then delete all your images, then re-enable containerd?
It should free up disk space and let your work without issues.
Description
The docker engine hangs when I try to run it. I ran the diagnostic through the troubleshooting section and get the following:
running engine: waiting for the Docker API: context deadline exceeded
Reproduce
I am trying to open the engine through the applications
Expected behavior
The engine should start
docker version
docker info
Diagnostics ID
3E6A1E41-670C-4572-90F0-C42584094BE2/20241118160425
Additional Info
No response
The text was updated successfully, but these errors were encountered: