Bump docs and api to 1.15

Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
Alexandr Morozov 2014-08-26 13:08:50 +04:00
parent a05d8d4f4f
commit e261618b24
No known key found for this signature in database
GPG Key ID: 59BF89FA47378873
4 changed files with 1424 additions and 4 deletions

View File

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

View File

@ -106,6 +106,7 @@ pages:
- ['reference/api/registry_api.md', 'Reference', 'Docker Registry API']
- ['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_v1.15.md', 'Reference', 'Docker Remote API v1.15']
- ['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.12.md', 'Reference', 'Docker Remote API v1.12']

View File

@ -18,13 +18,21 @@ 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.14
The current version of the API is v1.15
Calling `/info` is the same as calling
`/v1.14/info`.
`/v1.15/info`.
You can still call an old version of the API using
`/v1.13/info`.
`/v1.14/info`.
## v1.15
### Full Documentation
[*Docker Remote API v1.15*](/reference/api/docker_remote_api_v1.15/)
### What's new
## v1.14

File diff suppressed because it is too large Load Diff