github.com/chenchun/docker@v1.3.2-0.20150629222414-20467faf132b/man/docker-version.1.md (about)

     1  % DOCKER(1) Docker User Manuals
     2  % Docker Community
     3  % JUNE 2015
     4  # NAME
     5  docker-version - Show the Docker version information.
     6  
     7  # SYNOPSIS
     8  **docker version**
     9  
    10  # DESCRIPTION
    11  This command displays version information for both the Docker client and 
    12  daemon. 
    13  
    14  # OPTIONS
    15  There are no available options.
    16  
    17  # EXAMPLES
    18  
    19  ## Display Docker version information
    20  
    21  Here is a sample output:
    22  
    23      $ docker version
    24  	Client:
    25  	 Version:      1.8.0
    26  	 API version:  1.20
    27  	 Go version:   go1.4.2
    28  	 Git commit:   f5bae0a
    29  	 Built:        Tue Jun 23 17:56:00 UTC 2015
    30  	 OS/Arch:      linux/amd64
    31  
    32  	Server:
    33  	 Version:      1.8.0
    34  	 API version:  1.20
    35  	 Go version:   go1.4.2
    36  	 Git commit:   f5bae0a
    37  	 Built:        Tue Jun 23 17:56:00 UTC 2015
    38  	 OS/Arch:      linux/amd64
    39  	
    40  # HISTORY
    41  June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
    42  June 2015, updated by John Howard <jhoward@microsoft.com>