mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
bump api to 1.14 & update docs
Docker-DCO-1.1-Signed-off-by: Adrien Folie <folie.adrien@gmail.com> (github: folieadrien)
This commit is contained in:
parent
02ef9437d3
commit
680e27d6ec
4 changed files with 1435 additions and 4 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
APIVERSION version.Version = "1.13"
|
||||
APIVERSION version.Version = "1.14"
|
||||
DEFAULTHTTPHOST = "127.0.0.1"
|
||||
DEFAULTUNIXSOCKET = "/var/run/docker.sock"
|
||||
)
|
||||
|
|
|
@ -104,6 +104,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.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']
|
||||
- ['reference/api/docker_remote_api_v1.11.md', 'Reference', 'Docker Remote API v1.11']
|
||||
|
|
|
@ -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.13
|
||||
The current version of the API is v1.14
|
||||
|
||||
Calling `/images/<name>/insert` is the same as calling
|
||||
`/v1.13/images/<name>/insert`.
|
||||
`/v1.14/images/<name>/insert`.
|
||||
|
||||
You can still call an old version of the API using
|
||||
`/v1.12/images/<name>/insert`.
|
||||
`/v1.13/images/<name>/insert`.
|
||||
|
||||
## v1.14
|
||||
|
||||
### Full Documentation
|
||||
|
||||
[*Docker Remote API v1.14*](/reference/api/docker_remote_api_v1.14/)
|
||||
|
||||
### What's new
|
||||
|
||||
## v1.13
|
||||
|
||||
|
|
1422
docs/sources/reference/api/docker_remote_api_v1.14.md
Normal file
1422
docs/sources/reference/api/docker_remote_api_v1.14.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue