Arduino Command Line Tool
3.7K
Uses the latest Arduino-CLI
There is a github action that check for new releases every day.
The image is available on docker hub and GitHub Container Registry
This image is built for the following architectures:
Note that add-on board support packages may not support all architectures.
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 ghcr.io/jpconstantineau/docker_arduino_cli:latest
docker run -it --mount src=${PWD},target=/mnt,type=bind jpconstantineau/arduino-cli:latest arduino-cli
docker build .
Content type
Image
Digest
sha256:6a41ea98a…
Size
78.7 MB
Last updated
about 3 years ago
docker pull jpconstantineau/arduino-cli