Browse code

Merge pull request #6718 from rhcarvalho/update-docker-min-version

Merged by openshift-bot

OpenShift Bot authored on 2016/01/20 18:30:26
Showing 1 changed files
... ...
@@ -45,7 +45,11 @@ Here's how to get set up:
45 45
 1. For Go, Git and optionally also Docker, follow the links below to get to installation information for these tools: +
46 46
 ** http://golang.org/doc/install[Installing Go]. You must install Go 1.4 and NOT use $HOME/go directory for Go installation.
47 47
 ** http://git-scm.com/book/en/v2/Getting-Started-Installing-Git[Installing Git]
48
-** https://docs.docker.com/installation/[Installing Docker]. NOTE: OpenShift requires Docker 1.7.1 or higher.
48
+** https://docs.docker.com/installation/[Installing Docker].
49
+
50
+NOTE: As of now, OpenShift requires Docker 1.8.2 or higher.
51
+The exact version requirement is documented https://docs.openshift.org/latest/install_config/install/prerequisites.html#installing-docker[here].
52
+
49 53
 2. Next, create a Go workspace directory: +
50 54
 +
51 55
 ----