Skip to content
This repository was archived by the owner on Sep 25, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ This is the evaluator program which will query Coursemology for pending evaluati

1. Ruby (>= 2.1.0)
2. Linux (tested on Ubuntu 14.04)
3. Docker (the user the evaluator runs as must be able to talk to the Docker Remote API endpoint)
3. Docker 1.10.x (the user the evaluator runs as must be able to talk to the Docker Remote API endpoint)

The evaluator requires Docker Remote API v1.22 or below. The highest Docker version with that API version
is Docker 1.10.x. See [this issue](https://github.com/Coursemology/evaluator-slave/issues/49) for the
full explanation.

### Getting Started

Expand Down