Conversation
|
See #27 . Also see plasma-disassembler/plasma#65 (comment) for what happens to projects which accept unused Dockerfiles (and other unused stuff). |
|
I would absolutely be pro docker support. |
|
Ah right:- #27 (comment) |
|
FYI this will get you a massive image with all the build time deps you don't need to actually run esp-open-sdk. |
|
I forked https://github.com/nhnghia/docker-esp-open-sdk to https://github.com/jedie/docker-esp-open-sdk and generate a ready-to-use image here: https://hub.docker.com/r/jedie/esp-open-sdk/ See also: https://forum.micropython.org/viewtopic.php?f=16&t=7485&p=42627#p42627 |
Use docker to build dedicated toolchain/dev-env container.
To use:-
docker build -t esp-open-sdk .docker run -it esp-open-sdk bashand you're good to go ;)