mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Bump API Version to v1.25
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
9ba0504923
commit
04292192e0
3 changed files with 4649 additions and 4 deletions
|
@ -17,7 +17,7 @@ import (
|
||||||
// Common constants for daemon and client.
|
// Common constants for daemon and client.
|
||||||
const (
|
const (
|
||||||
// Version of Current REST API
|
// Version of Current REST API
|
||||||
DefaultVersion string = "1.24"
|
DefaultVersion string = "1.25"
|
||||||
|
|
||||||
// MinVersion represents Minimum REST API version supported
|
// MinVersion represents Minimum REST API version supported
|
||||||
MinVersion string = "1.12"
|
MinVersion string = "1.12"
|
||||||
|
|
|
@ -35,14 +35,15 @@ If you have bound the Docker daemon to a different socket path or TCP
|
||||||
port, you would reference that in your cURL rather than the
|
port, you would reference that in your cURL rather than the
|
||||||
default.
|
default.
|
||||||
|
|
||||||
The current version of the API is v1.24 which means calling `/info` is the same
|
The current version of the API is v1.25 which means calling `/info` is the same
|
||||||
as calling `/v1.24/info`. To call an older version of the API use
|
as calling `/v1.25/info`. To call an older version of the API use
|
||||||
`/v1.23/info`.
|
`/v1.24/info`.
|
||||||
|
|
||||||
Use the table below to find the API version for a Docker version:
|
Use the table below to find the API version for a Docker version:
|
||||||
|
|
||||||
Docker version | API version | Changes
|
Docker version | API version | Changes
|
||||||
----------------|------------------------------------|------------------------------------------------------
|
----------------|------------------------------------|------------------------------------------------------
|
||||||
|
1.13.x | [1.25](docker_remote_api_v1.25.md) | [API changes](docker_remote_api.md#v1-25-api-changes)
|
||||||
1.12.x | [1.24](docker_remote_api_v1.24.md) | [API changes](docker_remote_api.md#v1-24-api-changes)
|
1.12.x | [1.24](docker_remote_api_v1.24.md) | [API changes](docker_remote_api.md#v1-24-api-changes)
|
||||||
1.11.x | [1.23](docker_remote_api_v1.23.md) | [API changes](docker_remote_api.md#v1-23-api-changes)
|
1.11.x | [1.23](docker_remote_api_v1.23.md) | [API changes](docker_remote_api.md#v1-23-api-changes)
|
||||||
1.10.x | [1.22](docker_remote_api_v1.22.md) | [API changes](docker_remote_api.md#v1-22-api-changes)
|
1.10.x | [1.22](docker_remote_api_v1.22.md) | [API changes](docker_remote_api.md#v1-22-api-changes)
|
||||||
|
|
4644
docs/reference/api/docker_remote_api_v1.25.md
Normal file
4644
docs/reference/api/docker_remote_api_v1.25.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue