Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker anyone? #170

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Docker anyone? #170

wants to merge 2 commits into from

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.

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.

None yet

5 participants