-
Notifications
You must be signed in to change notification settings - Fork 40
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
Use Docker to encapsulate environments #58
Comments
Yeah, that would probably work, although I happen to prefer Vagga. What would not be fun is writing the dockerfiles for all languages! :-) |
Vagga is Linux-only and this project has a much broader audience than that. I think writing the dockerfiles sounds fun! I'm sure you could crowdsource most of it by creating the issues & letting people volunteer. |
Docker is linux only as well, it just happens to have a convenient way to run it in a virtual machine (but vagga has one too, although less developed). But I digress - anyway, I welcome the contribution of dockerfiles, I just do not have time to write them all myself! If you want to contribute a few, please just open a PR :-) |
Awesome! OK great. |
Andrea, this is a neat project. I wonder if adding a Dockerfile to each directory would make this project fun for you again, and relieve you of having to manually manage a polyglot host environment. If all tests are run in a container, it would be a fairly level playing field, and the results would still work as a relative comparison.
The text was updated successfully, but these errors were encountered: