siemens / siapp-sdk

Software Development Kit to build SIAPPs
Other
22 stars 12 forks source link

Getting Docker error #4

Closed MadhavPK closed 2 years ago

MadhavPK commented 2 years ago

Hello, I am getting docker error when I am working with docker desktop. image

Previously I had made changes to build.bat file to work with the docker running on the WSL. This is the error I get image Please find the modified build.bat file renamed to _build_withwsl.txt. build_with_wsl.txt

lukas-wimmer commented 2 years ago

Hello,

please use one of the following commands to create the DemoProject with Docker Desktop on Windows

.\build.bat .\DemoProject .\build.bat DemoProject

MadhavPK commented 2 years ago

Thank you @lukas-wimmer, .\build.bat DemoProject worked.