From c8f3151aa6a0b68674aa68061b723424278a54c5 Mon Sep 17 00:00:00 2001 From: Doug Davis Date: Tue, 30 Sep 2014 11:41:23 -0700 Subject: [PATCH] Add a note about using an open schema model Closes: #4787 Signed-off-by: Doug Davis --- docs/sources/reference/api/docker_remote_api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/reference/api/docker_remote_api.md b/docs/sources/reference/api/docker_remote_api.md index fb53283a1b..68d909a532 100644 --- a/docs/sources/reference/api/docker_remote_api.md +++ b/docs/sources/reference/api/docker_remote_api.md @@ -20,6 +20,10 @@ page_keywords: API, Docker, rcli, REST, documentation "serveraddress" : "string", "auth": ""}`. Notice that `auth` is to be left empty, `serveraddress` is a domain/ip without protocol, and that double quotes (instead of single ones) are required. + - The Remote API uses an open schema model. In this model, unknown + properties in incoming messages will be ignored. + Client applications need to take this into account to ensure + they will not break when talking to newer Docker daemons. The current version of the API is v1.15