Skip to content

Conversation

@mrmoje
Copy link

@mrmoje mrmoje commented May 30, 2016

Use docker to build dedicated toolchain/dev-env container.
To use:-

  • docker build -t esp-open-sdk .
  • wait [take a stroll even] and then
  • docker run -it esp-open-sdk bash

and you're good to go ;)

@pfalcon
Copy link
Owner

pfalcon commented May 30, 2016

See #27 . Also see plasma-disassembler/plasma#65 (comment) for what happens to projects which accept unused Dockerfiles (and other unused stuff).

@berkutta
Copy link
Contributor

I would absolutely be pro docker support.

@mrmoje
Copy link
Author

mrmoje commented May 31, 2016

Ah right:- #27 (comment)

@simonvanderveldt
Copy link

FYI this will get you a massive image with all the build time deps you don't need to actually run esp-open-sdk.
Also I had to symlink a fair amount of stuff to actually make it work.
See https://hub.docker.com/r/simonvanderveldt/esp-open-sdk/ and https://github.com/simonvanderveldt/dockerfiles/tree/master/esp-open-sdk for reference.
Also this image will work as a direct replacement, no need to start a shell in the container or anything.

@jedie
Copy link

jedie commented Dec 30, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants