Browse code

Clarify API behavior when older versions are called.

Signed-off-by: fonglh <fonglh@gmail.com>

fonglh authored on 2016/07/21 17:16:46
Showing 1 changed files
... ...
@@ -37,7 +37,8 @@ default.
37 37
 
38 38
 The current version of the API is v1.24 which means calling `/info` is the same
39 39
 as calling `/v1.24/info`. To call an older version of the API use
40
-`/v1.23/info`.
40
+`/v1.23/info`. If a newer daemon is installed, new properties may be returned
41
+even when calling older versions of the API.
41 42
 
42 43
 Use the table below to find the API version for a Docker version:
43 44