Signed-off-by: Jessica Frazelle <princess@docker.com>
This commit is contained in:
Jessica Frazelle 2015-05-27 19:24:59 -07:00
Родитель 742a8a6cff
Коммит e76d0f5571
4 изменённых файлов: 2196 добавлений и 4 удалений

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

@ -16,7 +16,7 @@ import (
// Common constants for daemon and client.
const (
APIVERSION version.Version = "1.19" // Current REST API version
APIVERSION version.Version = "1.20" // Current REST API version
DefaultDockerfileName string = "Dockerfile" // Default filename with Docker commands, read by docker build
)

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

@ -170,6 +170,7 @@ pages:
- ['reference/api/docker-io_api.md', 'Reference', 'Docker Hub API']
#- ['reference/image-spec-v1.md', 'Reference', 'Docker Image Specification v1.0.0']
- ['reference/api/docker_remote_api.md', 'Reference', 'Docker Remote API']
- ['reference/api/docker_remote_api_v1.20.md', 'Reference', 'Docker Remote API v1.20']
- ['reference/api/docker_remote_api_v1.19.md', 'Reference', 'Docker Remote API v1.19']
- ['reference/api/docker_remote_api_v1.18.md', 'Reference', 'Docker Remote API v1.18']
- ['reference/api/docker_remote_api_v1.17.md', 'Reference', 'Docker Remote API v1.17']

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

@ -30,13 +30,13 @@ 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.19
The current version of the API is v1.20
Calling `/info` is the same as calling
`/v1.19/info`.
`/v1.20/info`.
You can still call an old version of the API using
`/v1.18/info`.
`/v1.19/info`.
## Docker Events
@ -54,6 +54,14 @@ Running `docker rmi` emits an **untag** event when removing an image name. The
> **Acknowledgement**: This diagram and the accompanying text were used with the permission of Matt Good and Gilder Labs. See Matt's original blog post [Docker Events Explained](http://gliderlabs.com/blog/2015/04/14/docker-events-explained/).
## v1.20
### Full documentation
[*Docker Remote API v1.20*](/reference/api/docker_remote_api_v1.20/)
### What's new
## v1.19
### Full documentation

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