bump api to 1.14 & update docs

Docker-DCO-1.1-Signed-off-by: Adrien Folie <folie.adrien@gmail.com> (github: folieadrien)
This commit is contained in:
Adrien Folie 2014-07-08 20:37:08 +02:00
parent 02ef9437d3
commit 680e27d6ec
4 changed files with 1435 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import (
) )
const ( const (
APIVERSION version.Version = "1.13" APIVERSION version.Version = "1.14"
DEFAULTHTTPHOST = "127.0.0.1" DEFAULTHTTPHOST = "127.0.0.1"
DEFAULTUNIXSOCKET = "/var/run/docker.sock" DEFAULTUNIXSOCKET = "/var/run/docker.sock"
) )

View File

@ -104,6 +104,7 @@ pages:
- ['reference/api/registry_api.md', 'Reference', 'Docker Registry API'] - ['reference/api/registry_api.md', 'Reference', 'Docker Registry API']
- ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry Spec'] - ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry Spec']
- ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API'] - ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API']
- ['reference/api/docker_remote_api_v1.14.md', 'Reference', 'Docker Remote API v1.14']
- ['reference/api/docker_remote_api_v1.13.md', 'Reference', 'Docker Remote API v1.13'] - ['reference/api/docker_remote_api_v1.13.md', 'Reference', 'Docker Remote API v1.13']
- ['reference/api/docker_remote_api_v1.12.md', 'Reference', 'Docker Remote API v1.12'] - ['reference/api/docker_remote_api_v1.12.md', 'Reference', 'Docker Remote API v1.12']
- ['reference/api/docker_remote_api_v1.11.md', 'Reference', 'Docker Remote API v1.11'] - ['reference/api/docker_remote_api_v1.11.md', 'Reference', 'Docker Remote API v1.11']

View File

@ -18,13 +18,21 @@ page_keywords: API, Docker, rcli, REST, documentation
encoded (JSON) string with credentials: encoded (JSON) string with credentials:
`{'username': string, 'password': string, 'email': string, 'serveraddress' : string}` `{'username': string, 'password': string, 'email': string, 'serveraddress' : string}`
The current version of the API is v1.13 The current version of the API is v1.14
Calling `/images/<name>/insert` is the same as calling Calling `/images/<name>/insert` is the same as calling
`/v1.13/images/<name>/insert`. `/v1.14/images/<name>/insert`.
You can still call an old version of the API using You can still call an old version of the API using
`/v1.12/images/<name>/insert`. `/v1.13/images/<name>/insert`.
## v1.14
### Full Documentation
[*Docker Remote API v1.14*](/reference/api/docker_remote_api_v1.14/)
### What's new
## v1.13 ## v1.13

File diff suppressed because it is too large Load Diff