1
0
mirror of https://github.com/docker/cli.git synced 2026-01-18 08:21:31 +03:00

Merge pull request #24888 from fonglh/docs-open-schema-wording

Clarify API behavior when older versions are called.
Upstream-commit: 392c546a6aaa5cf80e152bc39aa5ce34b99e7754
Component: engine
This commit is contained in:
Vincent Demeester
2016-07-21 10:39:21 +02:00
committed by GitHub

View File

@@ -37,7 +37,8 @@ default.
The current version of the API is v1.24 which means calling `/info` is the same
as calling `/v1.24/info`. To call an older version of the API use
`/v1.23/info`.
`/v1.23/info`. If a newer daemon is installed, new properties may be returned
even when calling older versions of the API.
Use the table below to find the API version for a Docker version: