1
0
mirror of https://github.com/moby/moby.git synced 2026-01-06 07:21:23 +03:00

move api docs to APIv1.13

Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
This commit is contained in:
SvenDowideit
2014-06-23 10:09:54 +10:00
parent f54823bf05
commit cf513185b0
4 changed files with 1401 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ page_keywords: API, Docker, rcli, REST, documentation
encoded (JSON) string with credentials:
`{'username': string, 'password': string, 'email': string, 'serveraddress' : string}`
The current version of the API is v1.12
The current version of the API is v1.13
Calling `/images/<name>/insert` is the same as calling
`/v1.12/images/<name>/insert`.
@@ -26,6 +26,18 @@ Calling `/images/<name>/insert` is the same as calling
You can still call an old version of the API using
`/v1.12/images/<name>/insert`.
## v1.13
### Full Documentation
[*Docker Remote API v1.13*](/reference/api/docker_remote_api_v1.13/)
### What's new
**New!**
`Sockets` parameter added to the `/info` endpoint listing all the sockets the
daemon is configured to listen on.
## v1.12
### Full Documentation