Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 741 Bytes

File metadata and controls

25 lines (13 loc) · 741 Bytes

https://github.com/BluetoothKeyboard/Docker_Arduino_CLI/actions

Using the image

The image is available on docker hub.

To use the docker image, do a docker pull, then you can call the CLI as part of the docker run command.

Note that to see your sketch, the working directory must be mounted in the image.

docker pull bluetoothkeyboard/arduino-cli

docker run -it --mount src=${PWD},target=/mnt,type=bind  bluetoothkeyboard/arduino-cli:latest arduino-cli

Building the image yourself


 docker build .