2014-07-01 02:58:04 +00:00
|
|
|
% DOCKER(1) Docker User Manuals
|
|
|
|
% Docker Community
|
2015-06-25 16:55:46 +00:00
|
|
|
% JUNE 2015
|
2014-07-01 02:58:04 +00:00
|
|
|
# NAME
|
|
|
|
docker-version - Show the Docker version information.
|
|
|
|
|
|
|
|
# SYNOPSIS
|
|
|
|
**docker version**
|
|
|
|
|
2015-06-25 16:55:46 +00:00
|
|
|
# DESCRIPTION
|
|
|
|
This command displays version information for both the Docker client and
|
|
|
|
daemon.
|
2014-07-01 02:58:04 +00:00
|
|
|
|
|
|
|
# OPTIONS
|
|
|
|
There are no available options.
|
|
|
|
|
2015-06-25 16:55:46 +00:00
|
|
|
# EXAMPLES
|
|
|
|
|
|
|
|
## Display Docker version information
|
|
|
|
|
|
|
|
Here is a sample output:
|
|
|
|
|
|
|
|
$ docker version
|
|
|
|
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
|
|
|
|
|
2014-07-01 02:58:04 +00:00
|
|
|
# HISTORY
|
|
|
|
June 2014, updated by Sven Dowideit <SvenDowideit@home.org.au>
|
2015-06-25 16:55:46 +00:00
|
|
|
June 2015, updated by John Howard <jhoward@microsoft.com>
|