瀏覽代碼

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

Clarify API behavior when older versions are called.
Vincent Demeester 9 年之前
父節點
當前提交
392c546a6a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      docs/reference/api/docker_remote_api.md

+ 2 - 1
docs/reference/api/docker_remote_api.md

@@ -37,7 +37,8 @@ default.
 
 
 The current version of the API is v1.24 which means calling `/info` is the same
 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
 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:
 Use the table below to find the API version for a Docker version: