initial
This commit is contained in:
9
startDevEnv.sh
Executable file
9
startDevEnv.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/local/bin/bash
|
||||
|
||||
docker run \
|
||||
-it \
|
||||
--rm \
|
||||
-v $PWD:/home/arduino/project \
|
||||
registry.hottis.de/dockerized/build-env-arduino:0.29.0-9 \
|
||||
bash
|
||||
|
Reference in New Issue
Block a user