github.com/chenchun/docker@v1.3.2-0.20150629222414-20467faf132b/docs/reference/commandline/version.md (about)

     1  <!--[metadata]>
     2  +++
     3  title = "version"
     4  description = "The version command description and usage"
     5  keywords = ["version, architecture, api"]
     6  [menu.main]
     7  parent = "smn_cli"
     8  weight=1
     9  +++
    10  <![end-metadata]-->
    11  
    12  # version
    13  
    14      Usage: docker version
    15  
    16      Show the Docker version information.
    17  
    18  Show the Docker version, API version, Go version, Git commit, Build date/time,
    19  and OS/architecture of both Docker client and daemon. Example use:
    20  
    21      $ docker version
    22  	Client:
    23  	 Version:      1.8.0
    24  	 API version:  1.20
    25  	 Go version:   go1.4.2
    26  	 Git commit:   f5bae0a
    27  	 Built:        Tue Jun 23 17:56:00 UTC 2015
    28  	 OS/Arch:      linux/amd64
    29  
    30  	Server:
    31  	 Version:      1.8.0
    32  	 API version:  1.20
    33  	 Go version:   go1.4.2
    34  	 Git commit:   f5bae0a
    35  	 Built:        Tue Jun 23 17:56:00 UTC 2015
    36  	 OS/Arch:      linux/amd64