It is a arduino-cli docker image based on Ubuntu.
Run a container with the following command
docker run --rm -it -v $(pwd):~/home/src/ brohitdev/arduino-cli
Check out arduino-cli official documentation to get started with it.
It has esp8266 core installed.
arduino-cli core list
ID Installed Latest Name
esp8266:esp8266 3.0.2 3.0.2 esp8266
add esp32 core with following commands.
arduino-cli core update-index --additional-urls https://dl.espressif.com/dl/package_esp32_index.json
arduino-cli core install esp32:esp32 --additional-urls https://dl.espressif.com/dl/package_esp32_index.json
Content type
Image
Digest
Size
299.1 MB
Last updated
about 5 years ago
docker pull brohitdev/arduino-cli