Skip to content

BLEKeyboard/Docker_Arduino_CLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Base docker image that contains Arduino cli

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 100.0%