add docker server version to /info
Signed-off-by: Zhang Kun <zkazure@gmail.com> Upstream-commit: 7cf343d1064e3d8211597c67574ff4ddff316fa1 Component: engine
This commit is contained in:
@ -88,6 +88,7 @@ This section lists each version from latest to oldest. Each listing includes a
|
||||
list of DNS options to be used in the container.
|
||||
* `POST /build` now optionally takes a serialized map of build-time variables.
|
||||
* `GET /events` now includes a `timenano` field, in addition to the existing `time` field.
|
||||
* `GET /info` now lists engine version information.
|
||||
|
||||
### v1.20 API changes
|
||||
|
||||
|
||||
@ -1860,6 +1860,7 @@ Display system-wide information
|
||||
},
|
||||
"SwapLimit": false,
|
||||
"SystemTime": "2015-03-10T11:11:23.730591467-07:00"
|
||||
"ServerVersion": "1.9.0"
|
||||
}
|
||||
|
||||
Status Codes:
|
||||
|
||||
Reference in New Issue
Block a user