From cc9d2017736aaf72ceb19b9cad1b01b1f6bf0119 Mon Sep 17 00:00:00 2001 From: fonglh Date: Thu, 21 Jul 2016 16:16:46 +0800 Subject: [PATCH] Clarify API behavior when older versions are called. Signed-off-by: fonglh Upstream-commit: f62e24f697dd5c69e58f3b5d732fd5a962a0c8e6 Component: engine --- components/engine/docs/reference/api/docker_remote_api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/docs/reference/api/docker_remote_api.md b/components/engine/docs/reference/api/docker_remote_api.md index 649cea4f7e..0c710d36fa 100644 --- a/components/engine/docs/reference/api/docker_remote_api.md +++ b/components/engine/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 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: