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
We'll are publishing images from devcontainers/images with path mcr.microsoft.com/devcontainers/*. Images with path mcr.microsoft.com/vscode/devcontainers/* will still be published from the new repo for backwards compatibility, but it will be nice if you could adapt to it now. 😄
Tried to use the universal image inside
.devcontainer
but got the error.Then I tried to run the universal image independently but I still get the error:
mount: /tmp: permission denied.
Sample of the command I tried:
docker run -it --rm mcr.microsoft.com/vscode/devcontainers/universal bash
seems error is addressed by
--privileged
but maybe not the solutiongo image does not have the same error:
edit: seems weird that there is
/home/codespace
instead of/home/vscode
The text was updated successfully, but these errors were encountered: