While trying to pull a Docker image, the docker pull
command was stuck forever without any progress or error.
System Details:
- Windows 10
- WSL 2 - Ubuntu
- Docker Desktop 4.38.0
Issue Faced:
docker pull
was stuck indefinitely.I followed different forums and applied multiple configuration suggestions, including adjusting nameserver settings inside /etc/resolv.conf
, but nothing worked.
Also, WSL 2 networking was working fine otherwise — only Docker commands were impacted.
Resolution:
Finally, the issue got resolved after upgrading Docker Desktop to the latest version (4.39.0).
(Older versions may also work — I tried with 4.35.1, and it worked as well).
No comments:
Post a Comment