-
Notifications
You must be signed in to change notification settings - Fork 367
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
Dockerize all the languages? #17
Comments
I have a docker image with gcc and clang compilers (https://hub.docker.com/r/madduci/docker-linux-cpp/). Should I adapt the C++ project to use this image? |
@madduci if you want do it, create a pull request. |
hi @mklose thanks for the heads up, I've totally forgotten this discussion and time flies. That's a good point, I think one can step up the game further when using Visual Studio Code as editor for all the language (there is an extension for almost every language and rely on something like Remote Container or Remote SSH extension (see here an example |
Since Docker is used quite commonly now, adding Dockerfiles to all the existing language repos may make new languages more accessible.
@BooleanCat and I have implemented Dockerfiles for Rust and Golang respectively in those directories.
If you think this is a good idea please feel free to help me in my quest to Dockerize all the things on here!
The text was updated successfully, but these errors were encountered: