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
I tried to add the "docker-outside-of-docker" devcontainer feature to the devcontainer with the spec below. Upon building I immediately get an error dialog from VSCode:
"[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash character".
The feature works fine if I use any Ubuntu base images like "mcr.microsoft.com/devcontainers/base:noble".
My host machine is running Windows 11.
I tried to add the "docker-outside-of-docker" devcontainer feature to the devcontainer with the spec below. Upon building I immediately get an error dialog from VSCode:
"[UriError]: If a URI contains an authority component, then the path component must either be empty or begin with a slash character".
The feature works fine if I use any Ubuntu base images like "mcr.microsoft.com/devcontainers/base:noble".
My host machine is running Windows 11.
The text was updated successfully, but these errors were encountered: