Closed kadzsol closed 4 years ago
On Windows 10. I had an issue with the command:
docker run --rm -it -v //c/Users//:/opt/nodemcu-firmware marcelstoer/nodemcu-build build
The correct syntax seems to be:
docker run --rm -it -v c:/Users//:/opt/nodemcu-firmware marcelstoer/nodemcu-build build
On Windows 10. I had an issue with the command:
docker run --rm -it -v //c/Users//:/opt/nodemcu-firmware marcelstoer/nodemcu-build build
The correct syntax seems to be:
docker run --rm -it -v c:/Users//:/opt/nodemcu-firmware marcelstoer/nodemcu-build build