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

combined docker images #9

Open
georgir opened this issue Jul 1, 2016 · 2 comments
Open

combined docker images #9

georgir opened this issue Jul 1, 2016 · 2 comments

Comments

@georgir
Copy link

georgir commented Jul 1, 2016

It would be really awesome if instead of (or in addition to) separate image for each language there was an image that had all (or at least any two) languages at the same time, so you can run scenarios that require interaction between the two languages
(use-case I'm thinking of is multiplayer puzzles where each player is free to use their own language)

@georgir
Copy link
Author

georgir commented Jul 1, 2016

From a superficial googling on the topic, it seems literally combining docker images is not possible.
Maybe the easiest approach then would be to have a "docker controller" pseudo-language that is just bash but with read access to all other docker images, so it can run them in turn, potentially piping their stdio as appropriate or even setting up named pipes or whatever else control mechanism the user desires.

@omartrigui
Copy link

You can simply install multiple compilers in the same docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants