-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCode on Windows 10 + Docker: Wrong build path #51
Comments
From @max06 on January 1, 2017 16:27 I could reproduce the problem on a second windows machine, but not on an ubuntu system. |
@max06 I think we can start investigation from the docker extension. |
@rebornix Thank you for moving this to the right place! |
@chrisdias on my machine I still only get version 0.0.10 - when will there be a new version available? |
@max06 0.0.11 has been pushed to the marketplace. thanks for the issue! |
From @max06 on January 1, 2017 13:29
Steps to Reproduce:
Here the questions are already filled with the wrong values, like selecting the Dockerfile, it shows
e\Dockerfile
The Build fails then with
C:\Users\max06\OneDrive\Dokumente\Develop\MicroServiceTemplate>docker build -f e\Dockerfile -t e:latest e unable to prepare context: unable to evaluate symlinks in context path: GetFileAttributesEx C:\Users\max06\On eDrive\Dokumente\Develop\MicroServiceTemplate\e: Das System kann die angegebene Da tei nicht finden.
When I try to build it manually with correct parameters, it works.
Copied from original issue: microsoft/vscode#17986
The text was updated successfully, but these errors were encountered: