marcelstoer / docker-nodemcu-build

Docker image to build NodeMCU firmware for the ESP8266 on your machine
https://hub.docker.com/r/marcelstoer/nodemcu-build/
MIT License
128 stars 63 forks source link

Maybe need update windows build command #75

Closed hanfengcan closed 4 years ago

hanfengcan commented 4 years ago

the section Note for Windows users said that use the command docker run --rm -it -v //c/Users/<user>/<nodemcu-firmware>:/opt/nodemcu-firmware marcelstoer/nodemcu-build build to build the bin file.

but I found this command does work ok.

docker run --rm -it -v f:/z.nodemcu/nodemcu-firmware:/opt/nodemcu-firmware marcelstoer/nodemcu-build build

of course, my docker version is last

marcelstoer commented 4 years ago

Thanks for the feedback. It's quite possible that some Docker + Windows combinations support the simplified volume mount instructions. As don't use Windows myself I can't test.