container for running the trd monthly challenges
637
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:
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
Content type
Image
Digest
Size
757.2 MB
Last updated
almost 7 years ago
docker pull drewpearce/trd-challenge