This message was deleted.
# rancher-desktop
a
This message was deleted.
h
Always provide details (OS, etc, and Dockerfile) What command is hanging? I had this building .NET in Docker on Mac M1, and had to switch the base image.
a
I'm on Windows 11. In the most recent case it was a very basic devcontainer based off of mcr.microsoft.com/vscode/devcontainers/python:3.9-bullseye
I was able to fix this by running vs code in admin mode. Is there another way? Since vs code is only able run one window in admin mode, this is kinda annoying.
Can anyone help on this issue?
q
You might be able to install
strace
into the wsl VM and run it to see what's going on... (I don't know how, I use macOS which uses Lima as opposed to Windows/WSL)