kata-bootstraps icon indicating copy to clipboard operation
kata-bootstraps copied to clipboard

Dockerize all the languages?

Open deniseyu opened this issue 7 years ago • 4 comments

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!

deniseyu avatar Nov 07 '17 10:11 deniseyu

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 avatar Apr 25 '18 11:04 madduci

@madduci if you want do it, create a pull request. If you need more information, please don't hesitate to ask. Thanks.

mrksdck avatar Apr 27 '18 14:04 mrksdck

@madduci that would be great, here is an example how this could be done

mklose avatar Jan 16 '20 14:01 mklose

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

madduci avatar Jan 16 '20 18:01 madduci