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
bryngl
changed the title
Docker Hangs when running or building anything, including hello-world
Docker hangs when running or building anything, including hello-world
Jul 24, 2020
This WSL2 bug microsoft/WSL#5648 does effect Docker, it is not an issue with Docker. We are hopeful for a fix soon. Right now Windows 20175 and 20180 have this issue. You can disable the WSL2 backend in your Docker settings for now. You won't find docker in your WSL2 path anymore but you can work around this temporarily with:
alias docker=docker.exe
Docker on the Windows side (powershell, cmd, etc) will behave normally.
Expected behavior
When I run
docker run hello-world
I expect it to download and run the container.Actual behavior
It hangs after printing "Unable to find image 'hello-world:latest' locally"
Information
Steps to reproduce the behavior
docker run hello-world
The text was updated successfully, but these errors were encountered: