mirror of https://github.com/docker/docs.git
Bump api version to 1.21.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
5bdd4d0ec4
commit
0eb88a0751
|
@ -17,7 +17,7 @@ import (
|
||||||
// Common constants for daemon and client.
|
// Common constants for daemon and client.
|
||||||
const (
|
const (
|
||||||
// Current REST API version
|
// Current REST API version
|
||||||
Version version.Version = "1.20"
|
Version version.Version = "1.21"
|
||||||
|
|
||||||
// Minimun REST API version supported
|
// Minimun REST API version supported
|
||||||
MinVersion version.Version = "1.12"
|
MinVersion version.Version = "1.12"
|
||||||
|
|
|
@ -36,13 +36,13 @@ parent = "smn_remoteapi"
|
||||||
Client applications need to take this into account to ensure
|
Client applications need to take this into account to ensure
|
||||||
they will not break when talking to newer Docker daemons.
|
they will not break when talking to newer Docker daemons.
|
||||||
|
|
||||||
The current version of the API is v1.20
|
The current version of the API is v1.21
|
||||||
|
|
||||||
Calling `/info` is the same as calling
|
Calling `/info` is the same as calling
|
||||||
`/v1.20/info`.
|
`/v1.21/info`.
|
||||||
|
|
||||||
You can still call an old version of the API using
|
You can still call an old version of the API using
|
||||||
`/v1.19/info`.
|
`/v1.20/info`.
|
||||||
|
|
||||||
## Docker Events
|
## Docker Events
|
||||||
|
|
||||||
|
@ -60,6 +60,12 @@ 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/).
|
> **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.21
|
||||||
|
|
||||||
|
### Full documentation
|
||||||
|
|
||||||
|
[*Docker Remote API v1.21*](/reference/api/docker_remote_api_v1.21/)
|
||||||
|
|
||||||
## v1.20
|
## v1.20
|
||||||
|
|
||||||
### Full documentation
|
### Full documentation
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue