I am developing IoTEdge module in VisualStudio Code and following This Link. While using the option
Build IoT Edge Solution
i am getting the error at step 10
useradd is not recognized as an internal or external command
OS: Windows10
Looks like your Docker is running in Windows container mode. Please update ${MODULES.modulename.amd64}
in your deployment.template.json to ${MODULES.modulename.windows-amd64}
.