Manual Image Usage
-
Docker using volume mount and override ENTRYPOINT to keep interactive mode live
docker run -v "F:\Project\STM32-CMAKE-TEMPLATE":"/home" -it --entrypoint /bin/bash jasonyangee/stm32-builder:ubuntu-latest
-
Run build script to invoke auto compiling process.
build.sh
-
build.sh
accpets the the same arguments:-r
-t
-v
.build.sh -t MinSizeRel