This container is meant to be used in conjunction with The Reformed Devs monthly challenge. The container will run the appropriate scripts to execute the tests and update the leaderboard/scores.
Each challenege will have a corresponding tag.
If you need language support for your solution and are having Docker trouble, come on over to the #monthly-challenge channel on our Slack.
This version of the container supports:
- C/C++
- Crystal
- Node 11
- Python 3.6
- Ruby
- Rust
The container expects you to mount the root directory of a challenge repo into /home/repo when running. The repo must have a run_solutions.py file.
A typical run command would look something like this (using the 2019.10 tag):
docker run -it --rm -v $(pwd):/home/repo drewpearce/trd-challenge:2019.10