Merge pull request #8746 from aluzzardi/bump-api-v1.16

Bump API to v1.16.
This commit is contained in:
James Turnbull 2014-10-24 16:47:48 -04:00
Родитель 665cd10d59 ca6cc65609
Коммит 78075abf81
4 изменённых файлов: 1586 добавлений и 4 удалений

Просмотреть файл

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

Просмотреть файл

@ -112,6 +112,7 @@ pages:
- ['reference/api/registry_api_client_libraries.md', 'Reference', 'Docker Registry API Client Libraries']
- ['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.16.md', 'Reference', 'Docker Remote API v1.16']
- ['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']

Просмотреть файл

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

Разница между файлами не показана из-за своего большого размера Загрузить разницу