Description
Hey, I have tried for som time no to make the build with docker.
I have the repository local, in the file path C:/Users/sindr/betaflight
here is my result from cmd;
C:\Users\sindr\betaflight>docker run --rm -it -v "c:/users/sindr/betaflight" betaflight/betaflight-build
/bin/sh: 1: [: =: unexpected operator
/bin/sh: 1: [: =: unexpected operator
/bin/sh: 1: [: =: unexpected operator
/bin/sh: 1: [: =: unexpected operator
/bin/sh: 1: [: =: unexpected operator
make: *** No rule to make target 'clean'. Stop.
make: *** No targets specified and no makefile found. Stop.
C:\Users\sindr\betaflight>docker pull c:\users\sindr\betaflight
invalid reference format
I have tried the file path with and without "", and build it from dub-directories. Have not found any solutions on the Web...
Worth mentioning I'm new to Docker, and followed "Building Betaflight w/ Docker + 4.0 F3 Performance HEX files" from UAV tech guide