From b27a13f2a2280dfd063e7538a38b8a53a6362d80 Mon Sep 17 00:00:00 2001 From: hpsaturn Date: Mon, 8 Apr 2024 10:24:04 +0200 Subject: [PATCH] development environment entry: ESP32 Linux Docker Builder (#1121) * new development environment entry to compile Linux for ESP32 micros * fixed markdown issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ec2bcf..b6054be 100644 --- a/README.md +++ b/README.md @@ -646,6 +646,7 @@ Services to securely store your Docker images. - [Dusty](https://github.com/gamechanger/dusty) - Managed Docker development environments on OS X - [Eclipse Che](https://github.com/eclipse/che) - Developer workspace server with Docker runtimes, cloud IDE, next-generation Eclipse IDE - [EnvCLI](https://github.com/EnvCLI/EnvCLI) - Replace your local installation of Node, Go, ... with project-specific docker containers. By [@EnvCLI](https://github.com/EnvCLI) +- [ESP32 Linux - Docker builder](https://github.com/hpsaturn/esp32s3-linux) - Container solution to compile Linux and develop it for ESP32 microcontrollers - By [@Hpsaturn](https://github.com/hpsaturn) - [footloose](https://github.com/weaveworks/footloose) - Spin containers that look like Virtual Machines - By [@dlespiau](https://github.com/dlespiau) - [forward2docker](https://github.com/bsideup/forward2docker) :skull: - Utility to auto forward a port from localhost into ports on Docker containers running in a boot2docker VM by [@bsideup](https://github.com/bsideup) - [Gebug](https://github.com/moshebe/gebug) - A tool that makes debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features, seamlessly.