Browse code

adding note about go version 1.5 requirement for hardware signing Signed-off-by: David Lawrence <david.lawrence@docker.com> (github: endophage)

David Lawrence authored on 2016/02/09 03:25:02
Showing 1 changed files
... ...
@@ -44,7 +44,8 @@ need to package Docker your way, without denaturing it in the process.
44 44
 To build Docker, you will need the following:
45 45
 
46 46
 * A recent version of Git and Mercurial
47
-* Go version 1.4 or later
47
+* Go version 1.4 or later (Go version 1.5 or later required for hardware signing
48
+  support in Docker Content Trust)
48 49
 * A clean checkout of the source added to a valid [Go
49 50
   workspace](https://golang.org/doc/code.html#Workspaces) under the path
50 51
   *src/github.com/docker/docker* (unless you plan to use `AUTO_GOPATH`,