Merge pull request #6155 from RobertKielty/patch-1

Call out go version required to get client
This commit is contained in:
L-Hudson 2018-12-21 08:44:31 -05:00 committed by GitHub
commit 7a39bec77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@ installed and coexist together.
```bash
go get github.com/docker/docker/client
```
The client requires a recent version of Go. Run `go version` and ensure that you
are running at least version 1.9.4 of Go
[Read the full Docker Engine Go SDK reference](https://godoc.org/github.com/docker/docker/client).