Clarify API behavior when older versions are called.
Signed-off-by: fonglh <fonglh@gmail.com>
(cherry picked from commit f62e24f697
)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
6a06d8d94c
commit
9f5465d4e6
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue