1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00

bump api version to 1.20

Signed-off-by: Jessica Frazelle <princess@docker.com>
Upstream-commit: e76d0f55717e08eff68604a52f0b2f1d7c27809c
Component: engine
This commit is contained in:
Jessica Frazelle
2015-05-27 19:24:59 -07:00
parent 0729d1a2d6
commit 16f1d90a66
4 changed files with 2196 additions and 4 deletions

View File

@@ -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
)

View File

@@ -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']

View File

@@ -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

File diff suppressed because it is too large Load Diff