Skip to content

Commit

Permalink
Update minimum Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho committed Jan 19, 2016
1 parent 07529cf commit 986b5d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ Here's how to get set up:
1. For Go, Git and optionally also Docker, follow the links below to get to installation information for these tools: +
** http://golang.org/doc/install[Installing Go]. You must install Go 1.4 and NOT use $HOME/go directory for Go installation.
** http://git-scm.com/book/en/v2/Getting-Started-Installing-Git[Installing Git]
** https://docs.docker.com/installation/[Installing Docker]. NOTE: OpenShift requires Docker 1.7.1 or higher.
** https://docs.docker.com/installation/[Installing Docker].

NOTE: As of now, OpenShift requires Docker 1.8.2 or higher.
The exact version requirement is documented https://docs.openshift.org/latest/install_config/install/prerequisites.html#installing-docker[here].

2. Next, create a Go workspace directory: +
+
----
Expand Down

0 comments on commit 986b5d2

Please sign in to comment.