Bump docs and api to 1.15
Signed-off-by: Alexandr Morozov <lk4d4math@gmail.com>
This commit is contained in:
parent
a05d8d4f4f
commit
e261618b24
4 changed files with 1424 additions and 4 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
APIVERSION version.Version = "1.14"
|
||||
APIVERSION version.Version = "1.15"
|
||||
DEFAULTHTTPHOST = "127.0.0.1"
|
||||
DEFAULTUNIXSOCKET = "/var/run/docker.sock"
|
||||
)
|
||||
|
|
|
@ -106,6 +106,7 @@ pages:
|
|||
- ['reference/api/registry_api.md', 'Reference', 'Docker Registry API']
|
||||
- ['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.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']
|
||||
- ['reference/api/docker_remote_api_v1.12.md', 'Reference', 'Docker Remote API v1.12']
|
||||
|
|
|
@ -18,13 +18,21 @@ page_keywords: API, Docker, rcli, REST, documentation
|
|||
encoded (JSON) string with credentials:
|
||||
`{'username': string, 'password': string, 'email': string, 'serveraddress' : string}`
|
||||
|
||||
The current version of the API is v1.14
|
||||
The current version of the API is v1.15
|
||||
|
||||
Calling `/info` is the same as calling
|
||||
`/v1.14/info`.
|
||||
`/v1.15/info`.
|
||||
|
||||
You can still call an old version of the API using
|
||||
`/v1.13/info`.
|
||||
`/v1.14/info`.
|
||||
|
||||
## v1.15
|
||||
|
||||
### Full Documentation
|
||||
|
||||
[*Docker Remote API v1.15*](/reference/api/docker_remote_api_v1.15/)
|
||||
|
||||
### What's new
|
||||
|
||||
## v1.14
|
||||
|
||||
|
|
1411
docs/sources/reference/api/docker_remote_api_v1.15.md
Normal file
1411
docs/sources/reference/api/docker_remote_api_v1.15.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue