I recently installed my VSCode and try to build the SourceCode which already containg a devContainer with a json file in it.
I thought its just a cakewalk, I installed the Extensions "Docker" as well as "Devcontainer". Additionally the Docker for Windows. Now while opening the this SourceCode folder in the VSCode, it smartly recognized the DevContainer and prompted me to open it up, but then throws the error
as well as the log as below
I tried adding my windows user to the dockerGroup through the command promt
net localgroup docker-users <myWindowsUser> /add
it was already added
My Question is is this installed Docker in the VSCode extension only has it's own eco System and doesn't recognize the Docker installed on the Windows ? How to find what is my user inthe VSCode ecosystem ? How can i add the user in the VSCode ? The Terminal in the VSCode has the same environment as my Windows command prompt.
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744733558a4590606.html
评论列表(0条)