1
0
mirror of https://github.com/docker/cli.git synced 2025-07-30 17:03:07 +03:00

Fix docs for #14047

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard
2015-06-25 09:55:46 -07:00
committed by Tibor Vass
parent a5791e2541
commit c2049a1703
2 changed files with 45 additions and 13 deletions

View File

@ -15,17 +15,22 @@ weight=1
Show the Docker version information.
Show the Docker version, API version, Git commit, Go version and
OS/architecture of both Docker client and daemon. Example use:
Show the Docker version, API version, Go version, Git commit, Build date/time,
and OS/architecture of both Docker client and daemon. Example use:
$ docker version
Client version: 1.5.0
Client API version: 1.17
Go version (client): go1.4.1
Git commit (client): a8a31ef
OS/Arch (client): darwin/amd64
Server version: 1.5.0
Server API version: 1.17
Go version (server): go1.4.1
Git commit (server): a8a31ef
OS/Arch (server): linux/amd64
Client:
Version: 1.8.0
API version: 1.20
Go version: go1.4.2
Git commit: f5bae0a
Built: Tue Jun 23 17:56:00 UTC 2015
OS/Arch: linux/amd64
Server:
Version: 1.8.0
API version: 1.20
Go version: go1.4.2
Git commit: f5bae0a
Built: Tue Jun 23 17:56:00 UTC 2015
OS/Arch: linux/amd64