If I understand README correctly, this repository is going to host Dockerfiles, each of which corresponds to a single programming language.
But what if a solution consists of multiple binaries of different programming languages? For example, what if it a solution consists of C++ binary and Rust binary interacting each other with IPC?
If I understand README correctly, this repository is going to host Dockerfiles, each of which corresponds to a single programming language.
But what if a solution consists of multiple binaries of different programming languages? For example, what if it a solution consists of C++ binary and Rust binary interacting each other with IPC?