Open Source Your Knowledge, Become a Contributor
Technology knowledge has to be shared and made accessible for free. Join the movement.
All docker images work with Tech.io. So have a look at https://hub.docker.com to pick one.
Here are the available runners that we've crafted to simplify your life on the platform:
Name | Short description | Git Docker | Environment (Language, requirements, etc.) |
---|---|---|---|
java-maven3-junit4-runner | A JUnit test runner using Maven for building the course and javac for compiling the user's answer. | GitHub DockerHub | Java 8, Maven 3, JUnit 4 |
maven3-runner | A full maven3 runner using Maven for building and running the course according to the user answer. | GitHub DockerHub | Java 8, Maven 3 |
sbt-scalatest-runner | A Scala test runner that fetches dependencies using sbt and executes tests using scalatest . | GitHub DockerHub | Scala 2.12 |
golang-godep-runner | A Golang test runner using godep for fetching dependencies. | GitHub DockerHub | Go 1.8, works with the "testing" package |
node-npm-runner | A JavaScript runner using npm for fetching dependencies and running user code with the provided command. | GitHub DockerHub | Node.js 7.4 |
mono-nuget-nunit-runner | A NUnit test runner using NuGet for building the course and running user code with Mono (C# , F# ) | GitHub DockerHub | Mono 4.8 |
cmake-gcc-runner | A simple C/C++ runner building using CMake and GCC and running user code using the command provided in the course. | GitHub DockerHub | GCC 6.3 |
c-check-runner | A Check test runner for C courses using autoconf/make and GCC for building. | GitHub DockerHub | GCC 6.3 |
python3-unittest-runner | A Python runner using unittest for testing user code. | GitHub DockerHub | Python 3.6 |
dotnet-runner | A .Net Core runner for C#/F# using MSTest /xUnit for testing user code. | GitHub DockerHub | .Net Core 1.1 |
rust-cargo-runner | A Rust test runner using cargo for building the course as well as running user code. | GitHub DockerHub | Rust 1.15 |
ruby-bundler-runner | A Ruby test runner using bundler for installing dependencies. | GitHub DockerHub | Ruby 2.4 |
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content