An open API service indexing awesome lists of open source software.

https://github.com/borud/esp8266-build

Dockerized build environment for the ESP8266
https://github.com/borud/esp8266-build

Last synced: 3 months ago
JSON representation

Dockerized build environment for the ESP8266

Awesome Lists containing this project

README

          

# Build environment for ESP8266

## Building

docker build -t esp8266-build .

## Running

docker run -u builder -ti esp8266-build

## Running from docker hub

docker run -u builder -ti borud/esp8266-build