jpconstantineau / Docker_Arduino_CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino-CLI Docker Container

Uses the latest Arduino-CLI releases

There is a github action that check for new releases every day.

Using the image

The image is available on docker hub and GitHub Container Registry

This image is built for the following architectures:

  • linux/amd64
  • linux/arm/v7
  • linux/arm64

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  ghcr.io/jpconstantineau/docker_arduino_cli:latest arduino-cli

Building the image yourself


 docker build .

About


Languages

Language:Dockerfile 100.0%