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
- Host: GitHub
- URL: https://github.com/borud/esp8266-build
- Owner: borud
- Created: 2015-09-12T15:52:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T08:54:05.000Z (about 10 years ago)
- Last Synced: 2025-11-18T04:03:01.391Z (7 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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