mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #10686 from LK4D4/bump_docs
Bump api version to 1.18
This commit is contained in:
commit
f4749acad4
4 changed files with 1989 additions and 4 deletions
|
@ -15,7 +15,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
APIVERSION version.Version = "1.17"
|
APIVERSION version.Version = "1.18"
|
||||||
DEFAULTHTTPHOST = "127.0.0.1"
|
DEFAULTHTTPHOST = "127.0.0.1"
|
||||||
DEFAULTUNIXSOCKET = "/var/run/docker.sock"
|
DEFAULTUNIXSOCKET = "/var/run/docker.sock"
|
||||||
DefaultDockerfileName string = "Dockerfile"
|
DefaultDockerfileName string = "Dockerfile"
|
||||||
|
|
|
@ -119,6 +119,7 @@ pages:
|
||||||
- ['reference/api/registry_api_client_libraries.md', 'Reference', 'Docker Registry API Client Libraries']
|
- ['reference/api/registry_api_client_libraries.md', 'Reference', 'Docker Registry API Client Libraries']
|
||||||
- ['reference/api/hub_registry_spec.md', 'Reference', 'Docker Hub and Registry Spec']
|
- ['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.md', 'Reference', 'Docker Remote API']
|
||||||
|
- ['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']
|
- ['reference/api/docker_remote_api_v1.17.md', 'Reference', 'Docker Remote API v1.17']
|
||||||
- ['reference/api/docker_remote_api_v1.16.md', 'Reference', 'Docker Remote API v1.16']
|
- ['reference/api/docker_remote_api_v1.16.md', 'Reference', 'Docker Remote API v1.16']
|
||||||
- ['reference/api/docker_remote_api_v1.15.md', '**HIDDEN**']
|
- ['reference/api/docker_remote_api_v1.15.md', '**HIDDEN**']
|
||||||
|
|
|
@ -30,13 +30,21 @@ page_keywords: API, Docker, rcli, REST, documentation
|
||||||
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.17
|
The current version of the API is v1.18
|
||||||
|
|
||||||
Calling `/info` is the same as calling
|
Calling `/info` is the same as calling
|
||||||
`/v1.17/info`.
|
`/v1.18/info`.
|
||||||
|
|
||||||
You can still call an old version of the API using
|
You can still call an old version of the API using
|
||||||
`/v1.16/info`.
|
`/v1.17/info`.
|
||||||
|
|
||||||
|
## v1.18
|
||||||
|
|
||||||
|
### Full Documentation
|
||||||
|
|
||||||
|
[*Docker Remote API v1.18*](/reference/api/docker_remote_api_v1.18/)
|
||||||
|
|
||||||
|
### What's new
|
||||||
|
|
||||||
## v1.17
|
## v1.17
|
||||||
|
|
||||||
|
|
1976
docs/sources/reference/api/docker_remote_api_v1.18.md
Normal file
1976
docs/sources/reference/api/docker_remote_api_v1.18.md
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue