mirror of https://github.com/docker/docs.git
Merge pull request #6155 from RobertKielty/patch-1
Call out go version required to get client
This commit is contained in:
commit
7a39bec77a
|
@ -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).
|
||||
|
||||
|
|
Loading…
Reference in New Issue