Sign inSign up

drewpearce/trd-challenge

By drewpearce

Updated almost 7 years ago

container for running the trd monthly challenges

Image
0

637

drewpearce/trd-challenge repository overview

The Reformed Devs Monthly Challenge Docker

Introduction

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.

Supported Languages

This version of the container supports:

  • C/C++
  • Crystal
  • Node 11
  • Python 3.6
  • Ruby
  • Rust

Running the Container

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

Challenge Archive

Tag summary

Content type

Image

Digest

Size

757.2 MB

Last updated

almost 7 years ago

docker pull drewpearce/trd-challenge