From 739cb19888c2cbf5032313ad759624002eead957 Mon Sep 17 00:00:00 2001 From: fonglh Date: Wed, 13 Jul 2016 10:50:59 +0800 Subject: [PATCH] Specify Docker version in README. Indicate the issue where more information can be found. The key dependency is actually the Docker Remote API version. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d667858..80187cf 100644 --- a/README.md +++ b/README.md @@ -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