mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8316 from duglin/Issue4787
Add a note about using an open schema model - Issue #4787
This commit is contained in:
commit
04251b3e54
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue