-
Notifications
You must be signed in to change notification settings - Fork 24
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 #8
Comments
I would support development of this feature |
My personal knowledge of docker is zero and I have very little practice (I know how to run something, but just because I have the commands listed in a text file). My preference would therefore be to make this script easier to use for everyone (either by code improvements or by improving the docs/README) than to make such packaged toolchain with the assumption that this thing is so hard to use that docker is easier... Making a package that would contain not only the toolchain but also IDE and other software is a strange idea - if you would pick 3 developers at random, most likely they would be using 4 different IDEs (; Everyone has their own "favourite" IDE (be it Eclipse, vscode, emacs, vim, no-IDE-at-all, ...). Everyone has their own set of useful tools (some people use OpenOCD, others use tools from ST or other vendor, ...). And so on, and so on... But if someone wants to support and implement that - fine, be my guest. |
Personaly I would focus on pure toolchain docker like mine for x86 Linux https://hub.docker.com/repository/docker/sieger/u20cpp |
I use it for building. Could be a starting point for packaging. |
I've made alpine-based version: |
Step 1/5 : FROM ubuntu:rolling |
What credentials should I use to connect with instance? How this flag will interact "--enable-win64" if I have Docker on host machine with Ubuntu 20.04 LTS ? |
Hi!
this is more a question then an issue but... Did you think about dockerize entire toolchain with IDE and all kind of good stuff?
The text was updated successfully, but these errors were encountered: