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
Create an empty Folder (eg MicroServiceTemplate) and open it in VSCode
Generate a Dockerfile from the command palette with default settings
Run Docker: Build from the command palette
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: